Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Not sure how to get step 5 checked off. I can’t seem to find what would be missing to cause my meta element with a name attribute and conetent attribute to not show up.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8"/>
  <meta name="description" conent="website for travel recommendations" />
  <title>Travel Agency Page</title>
  </head>
  <body>
  
  
  
  </body>













</html>  

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @trevor20011972

  1. One meta element should have a name attribute with value of description and a non-empty content attribute.

It looks like you have a typo in the attribute name.

Happy coding