Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

index html example

<!doctype html>
<html>
  <head>
    <title>This is the title of the webpage!</title>
  </head>
  <body>
    <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
  </body>
</html>
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #index #html
ADD COMMENT
Topic
Name
6+1 =