A Beginner’s Guide to HTML & CSS

Filing this wonderful resource for the next time I introduce students to the subject.

20130801-101733.jpgBefore beginning our journey to learn HTML and CSS it is important to understand the differences between the two languages, their syntax, and some common terminology.

As an overview, HTML is a hyper text markup language created to give content structure and meaning. CSS, also known as cascading style sheets, is a presentation language created to give content style and appearance.

To put this into laymen terms, HTML determines the structure and meaning of content on a web page while CSS determines the style and appearance of this content. The two languages are independent of one another. CSS should not reside within an HTML document and vice versa.

Terminology, Syntax, & Introduction – A Beginner's Guide to HTML & CSS.

One thought on “A Beginner’s Guide to HTML & CSS

Leave a Reply

Your email address will not be published. Required fields are marked *