Replicate the template below with these 5 challenges
Let's start with an Introduction to HTML
Watch this video on "Introduction to HTML"
Read up on "Introduction to HTML"
- Setup any of the following editors "Atom", "Sublime" or "VS Code"
- Watch this video on "Creating an HTML document"
- Read up on "Introduction to HTML"
- Create the HTML document and name it Grande
- Set the title of the site to "Grande Shoes" using the <title> element.
- Read up on "HTML Head"
- Set the background and text color using the <style element>
- Read up on "HTML Styles"
- Watch this video on "Head Elements and Scripts"
- Set the layout elements.
- Watch this video on "Layout Elements"
- Watch this video on "Nesting Elements"
- Read up on "HTML Layouts"
- Read up on "HTML Elements"
- Set the Navbar and list items
- Watch this video on "Navbar and List Items"
- Add a picture to the Home page
- Read up on "HTML Images"
- Watch this video on "Figure & Image Elements"
- Add formatted texts over the image on the Home page
- Read up on "How to position texts over an image"
- Watch this video on "Head Elements and Scripts"
- Add a button below the formatted texts over the image
- Read up on "HTML Button"
- Play around with headings
- Watch this video on "Headings"
- Read up on "HTML Headings"
- Add paragraphs below the images
- Watch this video on "Paragraph & Text Formatting"
- Watch this video on "Text Formatting - Part 2"
- Read up on "HTML Paragraphs"
