Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

My code looks correct, but the text is not displaying in the preview section. why? it appears if I take it out of the but disappears when I re it

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="Discover the wonders of Turkiye">
  <title>Turkiye Tours</title>
  </head> 
<body>

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/18.3.1 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

You don’t have a closing html tag or closing body tag.

What you have typed so far is boilerplate and so does not show up in the preview pane. If you type code within your body element you should be able to see it.