Now you need to link the styles.css file so the styles will be applied again. Nest a self-closing link element in the head element. Give it a rel attribute value stylesheet , a type attribute value of text/css , and an href attribute value of styles.css .
**Your code so far**
< head>
< link rel=“stylesheet” type=“text/css” href=“style.css”>
< meta charset=“utf-8” />
< title>Cafe Menu< /title>
< /head>
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.
```
Your code goes here
```
You can also use the “preformatted text” tool in the editor ( </> ) to add backticks around text.