Answers for "html5 hello world code"

5

HTML hello world

<!DOCTYPE html>
<html>
  <body>
  	Hello World!
  </body>
</html>
Posted by: Guest on February-24-2020
1

Hello World HTML5

<main> 
  <h1>Hello World</h1>
  <p>Hello Paragraph</p>
</main>
Posted by: Guest on May-04-2021

Browse Popular Code Answers by Language