Answers for "html hello world js"

5

HTML hello world

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

javascrpt hello world

console.log("Hello world")
Posted by: Guest on September-04-2021
4

javascript hello world

alert("Hello world");
Posted by: Guest on October-18-2020

Browse Popular Code Answers by Language