Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Video | Images and Media
HTML Essentials

Challenge: VideoChallenge: Video

Task

Create an HTML document that embeds a video clip showcasing boats at a resort. Add an appropriate attribute for controls. Additionally, use the following URL to specify the video: https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/Boats+at+Resort+Video.mp4.

html

index.html

css

index.css

js

index.js

Hint

Step 1: Use the <video> tag to embed the video clip. Add the controls attribute to enable standard video controls. Inside the <video> tag, use the src attribute to specify the URL of the MP4 video file.

html

index.html

css

index.css

js

index.js

Все було зрозуміло?

Секція 3. Розділ 6
course content

Зміст курсу

HTML Essentials

Challenge: VideoChallenge: Video

Task

Create an HTML document that embeds a video clip showcasing boats at a resort. Add an appropriate attribute for controls. Additionally, use the following URL to specify the video: https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/Boats+at+Resort+Video.mp4.

html

index.html

css

index.css

js

index.js

Hint

Step 1: Use the <video> tag to embed the video clip. Add the controls attribute to enable standard video controls. Inside the <video> tag, use the src attribute to specify the URL of the MP4 video file.

html

index.html

css

index.css

js

index.js

Все було зрозуміло?

Секція 3. Розділ 6
some-alt