This Front end checklist is your go-to guide to what is needed in a static website
In the head tag you create what is not shown on the website but the title of the website. You also link your folders that can contain the css file to make the website look pretty.
- default META tag.
- title of the webpage.
- Links to different sheets in your code, such as a css file.
In the Body tag, this is where you create the meat of the page. Where you can use html tags to construct and organize your brilliant new webpage.
- header tag.
- nav tag.
- main tag.
- footer tag.
This is a css file that you create beside your html file. It is designed to make your website look prettier!
- tags that calls from html. To make items centered, or style them a unique way.