A valid HTML document - Level 07
A valid HTML document
Instructions
The content of a page should be located inside the <body>
. If we combine everything we have learned in this challenge, we are now able to create an HTML document that contains everything that is needed to be valid.
Add a <body>
to the page. Then add a paragraph (<p>
element) containing text.
index.html
On your computer: Press + m to use the tab key for site navigation.
The editor is loading...