Lesson one html

Tell us what’s happening:
my code fails to run, I don’t understand why
the code I wrote is below
also how do I move to the next lesson

Your code so far


<html>
<head>
    <tittle>hello world<tittle>
        </head>
        <body>
            <p>hello world</p>
            </body>
            <html>.

Your browser information:

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

Challenge: Say Hello to HTML Elements

Link to the challenge:

Hi @babybanda !

Welcome to the forum!

I would suggest reseting the lesson.

You only need one line of code in order to pass.
Just modify the h1 element to say Hello World.

Each challenge has tests you can run at any time by clicking the “Run tests” button. When you pass all tests, you’ll be prompted to submit your solution and go to the next coding challenge.

thank you,
let me try

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