HTML Barebones


SUBMITTED BY: Guest

DATE: Feb. 20, 2014, 12:29 a.m.

FORMAT: Text only

SIZE: 145 Bytes

HITS: 813

  1. <html>
  2. <head>
  3. <title> The simplest HTML example
  4. </title>
  5. </head>
  6. <body>
  7. <h1> This is an HTML Page </h1>
  8. </body>
  9. </html>

comments powered by Disqus