Html "Hello World" format

Tell us what’s happening:
I am doing : asic HTML and HTML5: Say Hello to HTML Elements

Your code so far


<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>"Hello World"</h1>
</body>
</html>    

" Hello World" does not display in Output window when I click “Run the Test” button.

In Output window is : "
12345678

"Hello World"

"Hello World"

TypeError: e.querySelectorAll(...).forEach is not a function " What am I doing wrong

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36.

Challenge: Say Hello to HTML Elements

Link to the challenge:

1 Like

You need to just have

Hello Word

In h1 element.
In the text, You have “Hello World” and you added a bunch of other stuff to your code.

But your code still works. Blame it on your computer or some other issue.
Try do the challenge on FireFox, I use FireFox and it works.

Thank you, will try FireFox

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.