Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

It keeps telling me I need two meta elements within my head element,

Your code so far

<head>
 <meta charset="utf-8">
 <meta name="description" content="Lets go camping in colorado">
 <title>Travel Agency Page</title>
</head>

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

Hi there and welcome to our community!

Please could you edit your post to include your full code, so that we can try to diagnose where the problem might be?

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Sorry its my first time posting but I just uploaded it

It might be throwing that error if you have browser extensions enabled, as these can inject additional HTML into the page.

Try turning off browser extensions, or using incognito mode or a different browser.

If that is your full code, remember that you should also have a DOCTYPE declaration and your head element should be inside an html element.