I feel like this project is a huge jump from what I’ve learned. Everything that has an X, I have NO idea what to do. Could you provide me with some guidance on finishing this project?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<body>
<meta charset="utf-8">
<title> Travel Agency Page </title>
</head>
<meta name="description"> Book international travel with your family or friends!
<h1> Travel Destinations </h1>
<p> For a limited time only, travel to any local European beach for half the price!</p>
<h2> Packages </h2>
<p> There are two different packages available to you: Group Travels or Private Tours. </p>
<ul>
<li> Group Travels </li>
<li> Private Tours </li>
</ul>
<h2> Top Itineraries </h2>
</body>
<figure img
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15
I guess I’m asking if you can just show me the missing code. I’ll write down the correct answers, but I haven’t the foggiest idea how to complete this project.
You can start debugging your code by reviewing this transcript about the importance of using an HTML boilerplate template to get your project off to a good start with a solid structure. Note that the head goes above the body, just like your head is above your body.
Once you have your HTML structure cleaned up, show us your updated code and ask specific questions about what you do not understand.
If every test has an X and I show you the missing code, wouldn’t I be doing the whole project for you?
I’ll show you how to break down and attack the problem. Please read my post. If those steps don’t help you to find the problem, provide the answers and I can provide help from there.
I’ll help you but you have some work to do and we can solve it together.
Okay, I’m getting closer. I was able to research some of the problems, but I’m still not done. For now, I’m stuck on Step 9. I have the opening and closing tags for html and body but I don’t think I have them in the right place. I also don’t know where to put my 3 figure elements or what they’re supposed to be.