Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8"
  5.        <title>My test page</title>
  6.     </head>
  7.     <body>
  8.         <h1>Welcome to the Wu</h1>
  9.         <img src='images/wu-tang-clan.jpg' alt='All members of the Wu-tang clan'
  10.        <p>The Wu-Tang Clan was formed during 1992 in Staten Island, New York</p>
  11.         <p>Wu-Tang Clan are considered one of the most influential hip hop groups of all time. Their debut album is considered one the greatest hip-hop albums of all time. The group consists of:</p>
  12.         <ul>
  13.             <li>RZA</li>
  14.             <li>GZA</li>
  15.             <li>ODB</li>
  16.             <li>Inspectah Deck</li>
  17.             <li>U-God</li>
  18.             <li>Ghostface Killah</li>
  19.             <li>Method Man</li>
  20.             <li>Raekwon</li>
  21.             <li>Masta Killah</li>
  22.             <li>Cappadonna</li>
  23.         </ul>
  24.         <p>Read the <a href="https://en.wikipedia.org/wiki/Wu-Tang_Clan">Wu-Tang Clan Wikipedia page</a> to learn more about the Wu-Tang Clan</p>
  25.     </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement