Learn CSS Transforms by Building a Penguin - Step 1

Tell us what’s happening:
hi all I have a problem with step one I wrote the link as required but freecampcode says I should code link element but i did.

Your code so far

<!DOCTYPE html> 

<html lang="en"></html>

<head>
   
<meta charset="UTF-8"></meta>

   
<meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
   <link rel="stylesheet"></link><link href="styles.css"></link>

  <title>A happy Flappy Penguin<title>
 
    </head>
    <body></body>

see link below

Need to see your complete code.

But if you are not sure how HTML boilerplate should begin you can always back to the previous lesson to see the how the boilerplate being code

I’ve edited your code for readability. 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 (').

Hi!
Your html element should wrap around all other elements aside from the doctype declaration.

<html lang="en"></html>

There are other syntax errors so I would go back to the first few Cafe Menu lessons that go over how to do html document boilerplate.