Advertisement
MrsMcLead

A few beginning tags

Jan 28th, 2015
693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <html>
  2.   <head>
  3.     <title>Chapter 1 Questions</title>
  4.   </head>
  5.  
  6.   <body>
  7.     <h1>Question 1</h1>
  8.     <h3> Text from question 1</h3>
  9.     <p> My <em>text</em> goes <i>here</i>.
  10.     More <strong>here</strong>.
  11.     More.
  12.     </p>
  13.  
  14.   </body>
  15.  
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement