Advertisement
Guest User

aaaaa

a guest
Jan 27th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. b{ color:green;
  5. font-face:arial;
  6. font-size:300%;
  7. letter-spacing:0.5cm;
  8. word-spacing:10px;
  9. border:double;
  10. border-color:black;}
  11. a:link{
  12. color:green;
  13. text-decoration:none;
  14. font-transformation:uppercase;
  15. padding:10px;
  16. border:double;
  17. font-weight:1cm;
  18.  
  19. }
  20. a:visited{
  21. color:red;
  22. font-decoration:overline;
  23. font-style:italic;
  24. border:outset;
  25. padding:10px
  26. }
  27. a:hover{
  28. color:blue;
  29. font-decoration:underline;
  30. font-size:200%;
  31. letter-spacing:1cm;
  32. border:dashed;
  33. padding:20px;
  34. }
  35. </style>
  36. </head>
  37.  
  38.  
  39. <body>
  40.  
  41. <center><b> Corazon Aquino</b></center>
  42. <br>
  43. <br>
  44. <center><img src="1.jpeg" height="300" width="250"></center>
  45. <br>
  46.  
  47. <center><a href="2.html">TO THE NEXT PAGE</a></center>
  48.  
  49.  
  50.  
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement