Guest User

Untitled

a guest
Apr 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <img /><img /><img />
  2.  
  3. <div />
  4. <div />
  5. <div />
  6.  
  7. <html>
  8. <head>
  9. <style type="text/css">
  10. p.inlinel {display:inline; width: 4em;}
  11. p.inliner {display:inline; width: 4em; text-align: right;}
  12.  
  13. p.floatl {width: 4em; float:left;}
  14. p.floatr {width: 4em; float: right;}
  15. </style>
  16. </head>
  17. <body>
  18.  
  19. <p class='inlinel'>The is an inline paragraph with lots of words.</p>
  20. <p class='inliner'>The is an inline paragraph with lots of words.</p>
  21.  
  22. <br/><br/>
  23.  
  24. <p class='floatl'>The is a left floated paragraph with lots of words.</p>
  25. <p class='floatr'>The is a right floated paragraph with lots of words.</p>
  26.  
  27.  
  28. </body>
  29. </html>
  30.  
  31. <div class="purple" style="float:left">Link one</div>
  32. <div class="purple">Link two</div>
  33. <div class="purple">Link three</div>
  34. <div class="purple">Link four</div>
  35.  
  36. <div class="red" style="float:left">Link one</div>
  37. <div class="red" style="float:left">Link two</div>
  38. <div class="red" style="float:left">Link three</div>
  39. <div class="red" style="float:left">Link four</div>
  40.  
  41. <div class="brown" style="display:inline">Link one</div>
  42. <div class="brown" style="display:inline">Link two</div>
  43. <div class="brown" style="display:inline">Link three</div>
  44.  
  45. <div style="width:800px; text-align: right;">
  46. <div class="brown" style="display:inline">Link one</div>
  47. <div class="brown" style="display:inline">Link two</div>
  48. <div class="brown" style="display:inline">Link three</div>
  49. <div class="brown" style="display:inline">Link four</div>
  50. </div>
  51.  
  52. <div style="width:800px; text-align: right;">
  53. <div class="brown" style="float:left">Link one</div>
  54. <div class="brown" style="float:left">Link two</div>
  55. <div class="brown" style="float:left">Link three</div>
  56. <div class="brown" style="float:left">Link four</div>
  57. </div>
Add Comment
Please, Sign In to add comment