Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to write html

<!DOCTYPE html>
<html>
  <head>
    <title>This text appears in the website name</title>
  </head>
  <body>
    <h2>This text appears as a big header on your page!</h2>
    <p>This text appears as a smaller paragraph line.</p>
    <p>This text appears as a second smaller paragraph line.</p>
  </body>
</html>
 
PREVIOUS NEXT
Tagged: #write #html
ADD COMMENT
Topic
Name
8+8 =