Webcoding 101

Let's Code!

What is HTML?

HTML is the code the browser uses to understand and organize the content in a web page.

What is CSS?

CSS is the code the browser uses to select and style HTML elements.

The most popular browsers

  1. Google Chrome - 59.42%
  2. Internet Explorer - 12.83%
  3. Firefox - 12.52%
Read more

3 languages of the browser

  • HTML - Hyper Text Markup Language
  • CSS - Cascading Style Sheets
  • JS - JavaScript (don't confuse it with JAVA)
Read more