Skip to content

2.1.3 - Our First HTML Page

Web Design (Picasso)

This exercise is a lesson example

Please note that this is a lesson example, and not an actual exercise in CodeHS.

Code

index.html
<h1>Hello!</h1>

Prompt (CodeHS)

This is an example of our first HTML page!

It has one HTML tag, the <h1> tag.

You can view the block for the <h1> tag in the “Formatting” section of the blocks. Simply click on the “Formatting” section to see the <h1> block!

View the result of running this HTML code before moving on. This is an example, you are free to play around with the code, change it, and run it!