Web Development with HTML and CSS

Introduction

HTML maybe the framework for a webpage, but to change to look and feel of a website, you will need Cascading Style Sheets (CSS).

In Unit 2 you will learn how to use CSS, which is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.

CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics of a website. In otherwords, it is a flexible way to manage the look and feel of your website.

You will start by looking at the specifics of CSS properties.