Skip to content

2.2.3 - HTML Template

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
<!DOCTYPE html>
<html>
    <head>
        <title>Title of Your Page</title>
    </head>

    <body>
        Page Content Goes Here!
    </body>
</html>

Prompt (CodeHS)

This is an example for this lesson. You are encouraged to play around with it, run and change the code, and learn how it works. When you are done, click continue to go to the next problem.