HTML Project Part 3: Ly around the World
How to build my first website?
Retrieve the tags you added in the first and second part and now:
- The first web page post is complete! Now, below the <body> tag, add an <h3> tag that says “by Ly | 1 day ago”
- We want readers to know that there is much more to it than a publication. Let’s list some related posts. Below the last paragraph, add an <h4> tag that says “Related Content.” Below that header tag, create a list. The list must have the following four elements:
- Visit the 5 wonders of the world.
- Hotels with history
- Tips for new travelers.
- The best cruises for this summer.
- Let’s connect the web page with the rest of the internet! In the first paragraph, turn the word “planet” into a link and have it go to: https://viajes.
nationalgeographic.com.es/ multimedia.Be sure to include the target=”_blank” attribute so it opens in a new page. - At the bottom of your website body, add a new <div> and set your id=”contact”.
- Inside the <div>, create a new <p> tag and place the following contact information inside it: email: ly@wonderx.com
- Inside the contact <div>, place opening and closing <strong> tags around “email”
- Let’s make the profile picture a link to the contact section of the website. Find the profile <img> tag and surround it with opening and closing <a> tags. In the <a> tag, set href=”#contact”.
Congratulations to you!!You have the beginnings of a solid travel website.