Company logo
html logo
Back
Next

Challenge 1

Instructions:

The term "Hello, World!" is a coding convention, it's usually the first thing you will write when learning a new coding language. We've added some template HTML to help you get started. Let's build your first web page by writing some HTML code in the editor on the left.

Steps:

  1. Write "Hello, World!" in the <h1> element on line 7.
  2. Write "This is my first webpage" in the <p> element on line 8.
  3. Hit the "Run code" button to see the result.
  4. Your output should look like this
    image of completed challenge
  5. Finally, hit the "Check code" button to see if it's correct.

Hint: The test is case sensitive.