Chrome Dev Tools
If you’re using chrome, congrats! Chrome has a bunch of incredible tools developers can use to debug their webpages.
If you right click and hit ‘inspect’ anywhere on your webpages, chrome dev tools will open.
Or if you’re on a mac, hit command + shift + C
On Windows or Linux, try ctrl + shift + C
Take a look at the page you’re going to be building today here. Use your dev tools to get a peek at which HTML tags you’ll be using.
Then, visit your favourite website, and take a look at what HTML elements are used to build the page.