Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
 
PREVIOUS NEXT
Tagged: #text #website
ADD COMMENT
Topic
Name
5+1 =