Answers for "hello html code"

5

HTML hello world

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

html.hello

<!DOCTYPE html>
<html>
  <head>
    <title> title </title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  </head>
  <body>
    
  </body>
</html>
Posted by: Guest on September-23-2020

Browse Popular Code Answers by Language