-Annie-

Kent's Media Profile

Sep 4th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.       <title>Kent's Media Profile</title>
  5.       <link rel="stylesheet" type="text/css" href="styles.css">
  6.    </head>
  7.    <body>
  8.       <div class="content-wrapper">
  9.          <header>
  10.             <h1>Profile</h1>
  11.          </header>
  12.          <div class="section-wrapper">
  13.             <figure>
  14.                <figcaption>User: Kent</figcaption>
  15.                <img src="images/KentProfilePic.png" alt="Kent" width="180" height="120">
  16.                <figcaption>Profile completed 60%</figcaption>
  17.                <meter value="0.6"></meter>
  18.             </figure>
  19.          </div>
  20.          <div class="section-wrapper">
  21.             <figcaption class="audio-file">Upload audio files</figcaption>
  22.             <audio controls>
  23.                <source src="http://www.w3schools.com/tags/horse.ogg" type="audio/ogg">
  24.             </audio>
  25.          </div>
  26.          <div class="section-wrapper">
  27.             <p>Upload video files</p>
  28.             <embed src="http://www.w3schools.com/tags/movie.ogg" type="video/mp4">
  29.          </div>
  30.       </div>
  31.    </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment