Answers for "simple html file"

1

simple html

<!DOCTYPE html>
<html>
<body>

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

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

how to create a html file

Make a folder
Create a file with .html at the end of it and open it with a text editor
Posted by: Guest on September-22-2020

Browse Popular Code Answers by Language