Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

basic html template

Basic Html Template:
<html>
  <head>
    <title>
    	/* document title here */
    </title>    
    /* document meta information and external file include written here */
  </head>
  <body>
  	/* document body goes here */
  </body>
</html>
Source by dev.to #
 
PREVIOUS NEXT
Tagged: #basic #html #template
ADD COMMENT
Topic
Name
9+8 =