WEEK 2 Notes

2.1  What is HTML?

HTML (HyperText Markup Language) is the language of the web. It tells the browser what content to display and how to structure it. HTML uses TAGS, keywords surrounded by angle brackets to mark up content.

 

Think of HTML as the skeleton of a building. CSS (which we cover next) is the paint and decoration, and JavaScript is the electricity and moving parts. Every website in the world from Google to Jumia to this university's website is built on HTML.