Answers for "how to make a text website"

0

how to make a text website

<!-- This is a simple text website -->
<!DOCTYPE html>
<html>
  <head>
    <title>Hello</title>
  </head>
  <body>
    <h1>Hello World!</h1>
    <p>This is my first website</p>
  </body>
</html>
Posted by: Guest on September-02-2021

Code answers related to "how to make a text website"

Browse Popular Code Answers by Language