Tell us what’s happening:
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
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
Here are some troubleshooting steps you can follow. Focus on one test at a time:
- What is the requirement of the first failing test?
- Check the related User Story and ensure it’s followed precisely.
- What line of code implements this?
- What is the result of the code and does it match the requirement? (Write the value of a variable to the console at that point in the code if needed.)
- Are there any errors or messages in the console?
If this does not help you solve the problem, please reply with answers to these questions.
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.
1 Like
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.
@fcc4b6d10c4-b540-4e2 reply should also be very helpful.
1 Like
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.
Can you refer to the HTML boilerplate for that?
Also, I recommend that you review again the code in the Cat Photo App workshop to refresh your memory on how the figure
element is used.