An overview of Web Site Design - HTML & CSS

HTML

HTML is the language used for creating Web pages.

HTML stands for Hyper Text Markup Language

HTML describes the structure of Web pages using markup

CSS

CSS stands for Cascading Style Sheets

CSS describes how HTML elements are to be displayed

CSS saves a lot of work.

CSS can control the layout of multiple web pages all at once

CSS can be embedded in Web Pages or linked to them as external sheets

In simple terms HTML provides the structure of a Web Page but CSS controls what it looks like!