Advertisement
Guest User

Untitled

a guest
Dec 29th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. .img
  6. {
  7. float:left;
  8. }
  9. </style>
  10. </head>
  11.  
  12. <body>
  13. <div class="img"><img src="logocss.gif" width="95" height="84" /></div>
  14. <div class="img"><img src="logocss.gif" width="95" height="84" /></div>
  15. <div class="img"><img src="logocss.gif" width="95" height="84" /></div>
  16. <div style="clear:both;"></div>
  17. <div class="img"><img src="logocss.gif" width="95" height="84" /></div>
  18. <div class="img"><img src="logocss.gif" width="95" height="84" /></div>
  19. <div class="img"><img src="logocss.gif" width="95" height="84" /></div>
  20.  
  21. </body>
  22.  
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement