HTML

Step 4: Add a paragraph under the heading by typing <p> followed by a sentence about your topic. It should look something like:
<p>My favorite video game series is The Legend of Zelda.</p>
Press Ctrl + S to format your code. The body should look something like:
<body>
  <h1>Video Games</h1>
  <p>My favorite video game series is The Legend of Zelda.</p>
</body>
Click the run button.
Last step Next step