In this lab, we will create the basic structure of a website for musician Melody Sky. You will create a well structured HTML document that will include a navigation bar and an unordered list.
- File Navigation: Navigate to index.html.
- Boilerplate Generation: Use shortcuts to generate HTML boilerplate.
- Title Insertion: Use the given title for the document.
- Header, Paragraph, and List Tags Insertion: Insert appropriate header tags, paragraph tags, and unordered list tags to create a navbar.
Attention: When you complete a task, put an x
in the middle of the brackets to mark it off your ToDo list.
- Navigate to the
index.html
file. - In line 1, type an exclamation point, wait to see the prompt, then hit
enter
. - When you have your boilerplate code, in the
head
element, locate thetitle
element and enterMelody Sky
. - Inside the
body
tag, create a header with the text:Welcome to Melody Sky's Official Website
. - Create a navbar using an unordered list with links to
Home
,Music
, andTour
. - Add a paragraph with the text:
Explore the music, videos, and latest updates from Melody Sky.
- Download a relevant image and place it in the
assets/images
directory. Place that image on under the<p>
tag.
🎊 Great job! You've completed the basic structure for Melody Sky's website. 🎊
© All rights reserved to ThriveDX