There are 3 essential parts to web development
- HTML - This is the markup language used to put content on web documents
- CSS - This stylesheet language that describes presentation of an html document
- JavaScript - This is the programming language of HTML. Note that HTML and CSS are not programming languages.
This page will only use HTML and CSS.