
HTML is a descriptive markup language. It is a way to describe the structure of a web page.
HTML files use a .html extension as they are hypertext documents that are created using hypertext markup language and transmitted to your computer via the hypertext transfer protocol (HTTP).
List of common HTML tags. Source: knowitallninja.com See larger...
CSS or Cascading Style Sheets is how the formatting of a HTML page is defined.
Infact the page you are looking at right now is made with a CSS file in order for the background to be a certain colour, differant font and sizes of text, etc.