Advertisement
oshkoshbagoshh

SampleHTMLPage

Dec 5th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang = "en">
  3. <head>
  4.   <!-- basic.html -->
  5.   <title>basic.html</title>
  6.   <meta charset = "UTF-8" />
  7. </head>
  8. <body>
  9.   <h1>Level One Headline</h1>
  10.   <p>
  11.     This is a paragraph.
  12.     Note that the text is automatically wrapped.
  13.   </p>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement