Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

what should my reciepe name. can I *****************************************************************************************–

Your code so far

<!DOCTYPE HTML>

<html lang ="en">
  <head>
    <meta charset="utf-8"
    <title>Chocolate Chip Cookies</title>
    </head>
  </html>

 

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

You can give your document any title you wish. You do have an issue with your meta tag not being closed off properly however.

<!DOCTYPE HTML>

<html lang ="en">
  <head>
    <meta charset="utf-8"
    <title>Chocolate Chip Cookies</title>
    </head>
  </html>
<!DOCTYPE HTML>

<html lang ="en">
  <head>
    <meta charset="utf-8"
    <title>Chocolate Chip Cookies</title>
    </head>
  </html>**
**

You need to complete that meta

I’ve edited your post to improve the readability of the code. 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 (').