Advertisement
touhid_xml

HTML Lesson 1.1

Aug 4th, 2015
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.59 KB | None | 0 0
  1. <html>
  2. <h1 align="center">This is a heading</h1>
  3. <h2>This is a heading</h2>
  4. <h3>This is a heading</h3>
  5. <h4>This is a heading</h4>
  6. <h5>This is a heading</h5>
  7. <h6>This is a heading</h6>
  8. <p>Lorem ipsum dolor sit amet, mei postulant corrumpit cotidieque at. Diceret percipit his ad, et summo eleifend eos, ei mucius antiopam sit. Vim no habeo sadipscing. Nibh percipit pertinax usu in. Mel latine temporibus id. Oratio saperet explicari ex sit. Mea quem veritus et, te illud soluta suscipiantur cum.</p>
  9. <img src="flower.jpg" width="200" border="2" alt="Flower" title="This is a flower">
  10.  
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement