Answers for "site to create text"

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 "site to create text"

Browse Popular Code Answers by Language