Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Kent's Media Profile</title>
- <link rel="stylesheet" type="text/css" href="styles.css">
- </head>
- <body>
- <div class="content-wrapper">
- <header>
- <h1>Profile</h1>
- </header>
- <div class="section-wrapper">
- <figure>
- <figcaption>User: Kent</figcaption>
- <img src="images/KentProfilePic.png" alt="Kent" width="180" height="120">
- <figcaption>Profile completed 60%</figcaption>
- <meter value="0.6"></meter>
- </figure>
- </div>
- <div class="section-wrapper">
- <figcaption class="audio-file">Upload audio files</figcaption>
- <audio controls>
- <source src="http://www.w3schools.com/tags/horse.ogg" type="audio/ogg">
- </audio>
- </div>
- <div class="section-wrapper">
- <p>Upload video files</p>
- <embed src="http://www.w3schools.com/tags/movie.ogg" type="video/mp4">
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment