Answers for "basic hello html script"

16

hello world javascript

// Output Hello World! in the console.
console.log("Hello World!");
Posted by: Guest on February-24-2020
0

simple hello world cod in html

<html>
<head>
<title>Page Title</title>

</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>


</body>
</html>
Posted by: Guest on August-12-2020

Browse Popular Code Answers by Language