Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

tutorialspoint html

<!DOCTYPE html>
<html>
   <head>
      <title>This is document title</title>
   </head>	
   <body>
      <h1>This is a heading</h1>
      <p>Hello World!</p>
   </body>	
</html>
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #tutorialspoint #html
ADD COMMENT
Topic
Name
6+4 =