CSS

Hans-Petter Halvorsen

Introduction

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:

 

Resources

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 Libraries

Bootstrap

 

Additional Resources

CSS Tutorial - www.w3schools.com

CSS Fundamentals Videos - www.w3schools.com on YouTube

Programming Resources

Below you will find more interesting Programming resources


Web Programming

Learn more about Web Programming

HTML

Learn HTML Programming



PHP

PHP Web Development Resources

Django

Django Web Development Resources



Software Engineering

Software Development and Enginnering Resources

Database Systems

Database Systems, Structured Query Language



Visual Studio/C#

Visual Studio and C# programming resources

ASP.NET

Learn ASP.NET Web Programming