Tell us what’s happening:
HELP! I have zero idea what I am doing wrong here.
Apparently, I have my declaration, both meta tags, and title right, and nothing else! Though I am positive I have my language right too.
I reset the lesson and still only have the above mentioned “right” and the rest wrong.
Your code so far
<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Travel Agency Page <\title>
<meta name="description" content="specializing in all inclusive trips">
<\head>
<body>
<h1>Travel to Europe<\h1>
<p> travel opportunities include hotel stay, guided tours, and solo tours <\p>
<h2>Packages<\h2>
<p> Choose between Italy, Rome, or France. <\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>
<h2> Top Itineraries <\h2>
<figure>
<a href="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg">
<img src="colosseo.jpg" alt="the colosseum in Rome"> <\a>
<figcaption> "famous ampitheatre" <\figcaption>
<\figure>
<figure>
<a href="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg">
<img src="alps.jpg" alt="picture of mountains"> <\a>
<figcaption> "famous mountains" <\figcaption>
<\figure>
<figure>
<a href="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg">
<img src="sea.jpg" alt="picure of a sea"> <\a>
<figcaption> "famous sea" <\figcaption>
<\figure>
<\body>
<\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/16.6.1 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page