Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Build a travel agency page step 2
it will no accept my html element (code so far)

Antique Car Collectors Alley

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Antique Car Collectors Alley</title>
    <meta desc="This is a website where antique car collectors can get information on antique cars and collecting them">
    </head>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi @drpcleburne,

You have an incomplete HTML element.

Please review this theory lecture about the importance of using a boilerplate to start your projects:

HTML Boilerplate

Happy coding!

Hi Buddy, Here this is the given full boiler plate of html this should be added in the code section.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta
       name="viewport"
       content="width=device-width, initial-scale=1.0" />
    <title>freeCodeCamp</title>
    <link rel="stylesheet" href="./styles.css" />
  </head>
  <body>
  </body>
</html>

Apart from that kindly do follow the advice of @dhess .

Hope This helped you.