I am so confused on everything I look at how other people do it and there all different I then go back and try to do it my self and I just get more confused what should I do
Your code so far
<!DOCTYPE html>
<html lang="en">
<body>
<head>
<meta charset="UTF-8">
<title> "Travel Agency Page"</title>
</head>
<h1> Places to visit in the big 2026</h1>
<p> this is cool places to go and have fun</p>
<h2>Packeges</h2>
<p> Two packeges to choose from solo and group travel</p>
<ul>
<li><a href="https://www.freecodecamp.org/learn" target="_blank"> Group Travels</a></li>
<li><a href="https://www.freecodecamp.org/learn" target="_blank"> Private Tours</a></li>
</ul>
<h2> Top Itineraries</h2>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
I know, I also feel confused sometimes when I look at other people code. Everyone do it different way, and then you try, you get more lost… trust me, it happen to all of us
But your code, I see small things making trouble:
must be before . You put first, that why browser confuse.
no need quotes, just like this:
Copy code
Html
Travel Agency Page
Close all tags proper, and need closing.
If you clean like this, it will work much better:
code removed by moderator
My tip: first make structure working, then think about colors, fonts, fancy things. Other people code? forget for now, focus on one page working.
You can do this , just take step by step
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.