Html elements and css

*Tell us what’s happening:

Your code so far


<h1>Helloworld</h1>

Your browser information:

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

Challenge: Say Hello to HTML Elements

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/say-hello-to-html-elements

Hi @theodore354, Please take note of the capitalization and also try to leave a space between your statement.
Your code should basically look like this:

<h1>Hello World</h1>

1 Like

Maybe you need some extra space

1 Like

thank you well noted @passive