Hans-Petter Halvorsen
To create a typical web page you need to combine the following:
HTML, or HyperText Markup Language is the visual appearance of a web site. You could say it is the language spoken by web browsers that makes it possible to see web contents in your web browser.
CSS (Cascading Style sheet) is used to format and present (layout) the web pages. So, in order to change the appearance, font type, font size, etc., we need to use CSS.
CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed. Examples: Font Size, Colors, Alignment, etc. We have 3 different types of CSS:
Here you find some useful resources:
Web Programming - CSS (YouTube) + PowerPoint (PDF) - Her you get a brief overview of Web Programming including CSS.
HTML Tutorial (YouTube) + PowerPoint (PDF) - This tutorial gives a brief overview of HTML, CSS, HTML User Input and Forms, JavaScript and Bootstrap.
CSS Tutorial - www.w3schools.com
CSS Fundamentals Videos - www.w3schools.com on YouTube
Learn more about Web Programming
Learn HTML Programming
Software Development and Enginnering Resources
Database Systems, Structured Query Language
Visual Studio and C# programming resources
Learn ASP.NET Web Programming