Day 1: basic hello world
Basic HTML page structure and tags
A HTML page has 2 main components:
- a HEAD
where the TITLE and METADATA of the document are contained
- a BODY
where the content of the document is encapsulated
Now we know how to make basic HTML pages
Also, we sneakily have used an image on our web page. Bet you didn't even notice until I said so :P
Pretty neat, huh...