Tell us what’s happening:
My code doesn’t pass the tests for " having two meta elements within your head element". Thank you for help in advance!
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travel Agency Page</title>
<meta name="description" content="Discover deals and expert advice on travelling the world your way!">
</head>
<body>
<h1>Explore Malaysia</h1>
<p>Book flights, hotels, and travel packages with Malaysia Airlines. Enjoy exclusive deals and the warmth of Malaysian hospitality.</p>
<h2>Packages</h2>
<p>We have packages for families, solo travellers and newlyweds!</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>
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.5 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page