Tell us what’s happening:
no.16
it asked me to put an unordered list under the second
element and after I added the
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8">
<title> Travel Agency Page </title>
</head>
<body>
<h1>Travel Agency </h1>
<p>
Dahab-Egypt , Roma-Italy , Madrid-Spain
</p>
<h2> Packages </h2>
<p> 4-Nighters </p>
<p> 14-Nighters </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>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page