CSS (Cascading Style sheet) is used to describe how HTML elements are displayed on the screen. In other words, HTML describes the content of a web page while CSS controls its style, design and layout. Some examples of styles include color, background color, borders, spaces, fonts and more. In this subject, you will learn the ins and outs of CSS and become a pro in styling webpages. If you already went through this Subject, we highly advice you to start with the Introduction to Javascript Subject.

Table of Content

No. Lesson Reading Time
1 Your First Styled Webpage 5 mins
2 Types of CSS 10 mins

Prerequisites

No. Title Type
1 Introduction to HTML subject

Related Subjects

or view all subjects

Introduction to HTML

HTML (Hyper Text Markup Language) is the standard language for creating web pages. It describes the structur of web pages with a collection of elements such as “link”, “paragraph”, “heading” and much more. In this Read more...