A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.w3resource.com/html-css-exercise/audio-video.php below:

Website Navigation


HTML CSS Exercise: HTML5 Audio & Video

HTML CSS Exercise - HTML5 Audio & VideoLast update on June 19 2025 13:00:43 (UTC/GMT +8 hours) HTML CSS Exercise - 4

In this exercise you will embed Audio and Video in an HTML page.

File to be embed are located at https://www.w3resource.com/html-css-exercise/big_buck_bunny.ogv and https://www.w3resource.com/html-css-exercise/big_buck_bunny.mp4

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset=utf-8>
<title>HTML CSS Audio/Video exercise</title>
</head>
<body>
<video controls>
  <source src="big_buck_bunny.mp4" type="video/ogv">
  <source src="big_buck_bunny.mp4" type="video/mp4">
  Your browser does not support the <code>video</code> element.
</video>
</body>
</html>

See the solution in the browser

Go to:

PREV : create a simple HTML form
NEXT : create a navigation bar.

Use the following editor to complete the exercise.

See the Pen html css common editor by w3resource (@w3resource) on CodePen.


What is the difficulty level of this exercise?

Test your Programming skills with w3resource's quiz.




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4