How do I do this Number two

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<In what way does your code behave incorrectly? Include ALL error messages.>

```

Replace this line with your code.

<do not remove the three backticks above>

HI are you at Lesson: HTML and CSS? if so
part of the instruction are in the introduction of the Lesson… you should

a. Always put <!DOCTYPE html> on the first line. This tells the browser what language it’s reading (in this case, HTML).
b. Always put <html> on the next line. This starts the HTML document.
c. Always put </html> on the last line. This ends the HTML document.
after doing that you should also do that

2. In between the second and last line (between the <html> and the </html>), feel free to write whatever message you like.
Hope that could help you