Advertisement
Guest User

sndip

a guest
Feb 17th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>My Fourth HTML</title>
  5. </head>
  6. <body>
  7. <a name="top"></a>
  8. <a href="#bottom">Bottom</a>
  9. <div style="margin-left: 20px">
  10. <ol type="i" start="2018">
  11. <li>Applied for Australia</li>
  12. <li>Study Dip of IT</li>
  13. <li>Study Bachelors of IT</li>
  14. <li>Study Bachelors of IT</li>
  15. </ol>
  16. <ul type = "square">
  17. <li>List item 1</li>
  18. <li>List item 2
  19. <ol type="i" start="3">
  20. <li>List item 1</li>
  21. <li>List item 2</li>
  22. <li>List item 3</li>
  23. <li>List item 4</li>
  24. <li>List item 5</li>
  25. </ol>
  26. </li>
  27. <li>List item 3</li>
  28. </ul>
  29. <img src=img/bird.jpg alt="Bird" Border=2 width="1000" height="100" hspace="10" Align="Center"style="margin-left: auto;margin-right: auto; display: block; border-color: darkblue">
  30. <a href="http://www.google.com">GOOGLE</a>
  31. <a href="../Mythirdhtml.html">Third html</a>
  32. <a href="#top">Top</a>
  33. <a name="bottom"></a>
  34. </div>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement