Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to code in html

<!-- Hi This is an html template -->
<!DOCTYPE html>
<html>
  <head>
    <title>Hi</title>
  </head>
  <body>
    <p>Example</p>
  </body>
</html>
 
PREVIOUS NEXT
Tagged: #code #html
ADD COMMENT
Topic
Name
7+2 =