Advertisement
ujiajah1

between next text codecademy

Aug 14th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title></title>
  5.     </head>
  6.    
  7.     <!-- background color -->
  8.     <body style="background-color:white">
  9.    
  10.     <h1 style="text-align:center; color:#CC0000; font-size:25px; font-family:Verdana">Hipster</h1><p style="color:magenta; font-size:16px;">this my <em>fav</em><b style="font-size:25px;">song</b></p>
  11. <!-- order list -->
  12.  
  13.     <ol style="text-align:center; color:red; font-weight:bold; font-size:14px; font-style:sans-serif">My Song Favorite of :
  14.    
  15.     <ul style="text-align:left;color:Cyan; font-weight:bold; font-size:16px; font-style:sans-serif">The Smiths
  16.    
  17.     <li style="text-align:left; color:orange; font-size:14px; font-style:sans-serif"><strong>Charming man</strong></li>
  18.         <li style="text-align:left; color:orange; font-size:14px; font-style:sans-serif"><strong>girl friend in a coma</strong></li>
  19.             <li style="text-align:left; color:orange; font-size:14px; font-style:sans-serif"><strong>Please-please get what I want</strong></li>
  20.            
  21.     </ul>
  22.     </ol
  23.    
  24.     </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement