Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2.     <html>
  3. <body bgcolor="#696969">
  4.         <center><img src="C:\Users\RASHID\Desktop\Website\2.jpg" height="200" width="500"></center>
  5.     <style>
  6.  
  7. ul {
  8.     list-style-type: none;
  9.     margin: 0;
  10.     padding: 0;
  11.     overflow: hidden;
  12. }
  13.  
  14. li {
  15.     float: left;
  16. }
  17.  
  18. a:link, a:visited {
  19.     display: block;
  20.     font-weight: bold;
  21.     width: 320px;
  22.     color: #FFFFFF;
  23.     background-color: #FF0000;
  24.     text-align: center;
  25.     padding: 3px;
  26.     text-decoration: none;
  27.     text-transform: uppercase;
  28. }  
  29.  
  30. a:hover, a:active {
  31.     background-color: #D80000;
  32. }
  33. </style>
  34. </head>
  35. <body>
  36.  
  37.     <center><ul>
  38. <table style="width:100%"; border="1">
  39.     <tr>
  40.            
  41.         <td><li><a href="Index.html"><h2>Home</h2></a></li></td>
  42.         <td><li><a href="Summary.html"><h2>Summary</h2></a></li></td>
  43.         <td><li><a href="Author.html"><h2>Author</h2></a></li></td>
  44.         <td><li><a href="Characters.html"><h2>Characters</h2></a></li></td>
  45.     </tr>
  46.     </ul></center>
  47.         <center><font color="white"><h1> Author </h1></center></font>
  48.         <p>
  49.         <table style="width:100%">
  50.             <tr>
  51.                     <td><img src="http://upload.wikimedia.org/wikipedia/commons/a/a2/Shakespeare.jpg" width="260"></td>
  52.                 <td style="font-size: 22px; font-family:Verdana"> <p>Shakespeare was born in Stratford, Warwickshire, in 1564. Not much is known about him, but in 1592 he was in London working as an actor and a dramatist. Between about 1590 and 1613 (23 years), Shakespeare wrote at least 37 plays and collaborated on several more which meant he wrote more than 1 play per year. Most of his plays were very successful and are still read up till today. In 1613, Shakespeare retired from the theatre and returned to Stratford. He died and was buried there in 1616.</p>
  53.                                           <p>Shakespeare wrote plays and poems. His plays were mostly comedies, histories and tragedies. His 17 comedies include A Midsummer Night’s Dream and The Merry Wives of Windsor. Among his 10 history plays are Henry V and Richard III. The most famous among his 10 tragedies are Macbeth, Hamlet, Othello, and King Lear. Shakespeare’s best-known poems are The Sonnets, first published in 1609.</p>
  54.                 </td>
  55.                
  56.  
  57.         </p>
  58.  
  59.  
  60. <a href="#top">To the top</a>
  61.  
  62. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement