Structure web pages with HTML
What is HTML and why do we use it?
- HTML is Hyper Text Markup Language and it’s the code that is used to structure a web page and its content
What are the 3 main parts of an HTML element?
- The opening tag
- The closing tag
- The content
What is a semantic element?
- An element with a special meaning or role etc
<nav></nav> <h1></h1>