-Annie-

My Car

Sep 4th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.       <title>My Car</title>
  5.    </head>
  6.    <body>
  7.       <figure>
  8.          <figcaption>This is my car</figcaption>
  9.          <img src="images/fordmustang.jpg" alt="ford-mustang" width="180" height="120">
  10.          <figcaption>Awesomeness completed 60%</figcaption>
  11.          <meter value="0.6"></meter>
  12.       </figure>
  13.       <p style="font-weight: bold;">Imagine 355 horses simultaneously. That's how my car sounds</p>
  14.       <embed src="http://www.w3schools.com/tags/movie.ogg" type="video/mp4">
  15.       <embed src="http://www.w3schools.com/tags/movie.ogg" type="video/mp4">
  16.       <embed src="http://www.w3schools.com/tags/movie.ogg" type="video/mp4">
  17.       <embed src="http://www.w3schools.com/tags/movie.ogg" type="video/mp4">
  18.       <audio controls>
  19.          <source src="http://www.w3schools.com/tags/horse.ogg" type="audio/ogg">
  20.       </audio>
  21.       <p style="font-weight: bold;">With my car I can go anywhere!</p>
  22.       <video width="320" height="240" controls>
  23.          <source src="http://www.w3schools.com/tags/movie.ogg" type="video/mp4">
  24.          <track src="subtitles_en.vtt" kind="subtitles" srclang="en" label="English">
  25.          <track src="subtitles_no.vtt" kind="subtitles" srclang="no" label="Norwegian">
  26.       </video>
  27.    </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment