Answers for "example index.html hello world"

5

HTML hello world

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

how to print hello world in html

<!DOCTYPE html>
<html>
  <head></head>
  <body>HELLO WORLD</body>
</html>
Posted by: Guest on September-11-2020

Browse Popular Code Answers by Language