Answers for "how to create an index.html file"

7

create basic index.html

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>
Posted by: Guest on May-21-2020

Code answers related to "how to create an index.html file"

Browse Popular Code Answers by Language