HTML Introduction Examples




HTML Introduction Examples

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Basic Example</title>
   </head>	
   <body>
      <h1>HTML Basic Example</h1>
      <p>This is basic example in HTML at Tutorialsroot</p>
   </body>
</html>

Output