Web Site Coding

Generally, three types of code make up a web page.

  1. HTML
  2. CSS
  3. JavaScript

What is HTML?

HTML is the standard markup language for creating Web pages.

CSS - Cascading Style Sheets

How things look.

What is JavaScript?

JavaScript is the programming language of HTML and the Web.