Before you build a house you need a foundation, and before you build a website you need some HTML foundation.
No no wait...before you can paint you first have to setup your canvas...ah, you get the idea.
Let's get things rocking and rolling with the basic tags that we need to start a website.
- Create an
htmltag to contain everything (dont forget the doctype!) - Create a
headand abodytag - In the
headtag add references to the following assets:
script.js
style.css
Need a reminder of how to link your files together?