HTML(5) Tutorial, Examples in Every Chapter


SUBMITTED BY: hnguyenthang2012

DATE: Feb. 19, 2016, 10:23 a.m.

FORMAT: HTML

SIZE: 151 Bytes

HITS: 344

  1. <!DOCTYPE html>
  2. <html>
  3. <title>HTML Tutorial</title>
  4. <body>
  5. <h1>This is a heading</h1>
  6. <p>This is a paragraph.</p>
  7. </body>
  8. </html>

comments powered by Disqus