Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <!that tells the browser it's now in HTML5>
  3. <html>
  4. <!HTML stands for Hyper Text Markup Language>
  5.     <head>
  6.         <meta charset="UTF-8">
  7.         <meta name="viewport" content="width=device-width, initial-scale=1">
  8.         <! A meta tag defines the character set to be UTF-8 which covers almost all of the characters and symbols in the world>
  9.         <link rel="stylesheet" href="pump.css">
  10.     <!The head element is a container for all the head elements which include meta information, scripts, styles, and a title for the document>
  11.         <link rel="icon" type="image/png" href="west.jpg">
  12.         <title>Music Side: your site about music. </title>
  13.          <! The title element is required in all HTML documents. It defines a title in the browser toolbar, provides a title for the page when it is added to favorites, displays a title for the page in search-engine results>
  14.        
  15.     </head>
  16. <body>
  17. <h1> Kanye West </h1>       
  18. <figure>
  19.             <img src="west.jpg" width="500" height="500"></img>
  20.             <figcaption>Kanye West</figcaption>
  21.         </figure>
  22.         <p>Kanye Omari West - ( born June 8, 1977), also known as Ye,is an American rapper, singer, songwriter, record producer, entrepreneur and fashion designer. Born in Atlanta and raised in Chicago, West first became known as a producer for Roc-A-Fella Records in the early 2000s, producing hit singles for recording artists such as Jay-Z, Ludacris and Alicia Keys. Intent on pursuing a solo career as a rapper, West released his debut album The College Dropout in 2004 to widespread critical and commercial success, and founded the record label GOOD Music. He went on to experiment with a variety of musical genres on subsequent acclaimed studio albums, including Late Registration (2005), Graduation (2007), and the polarizing but influential 808s & Heartbreak (2008). He released his fifth album My Beautiful Dark Twisted Fantasy in 2010 to further rave reviews, and has since succeeded it with Yeezus (2013) and The Life of Pablo (2016), as well as full-length collaborations with Jay-Z and Kid Cudi.    </p>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement