0% found this document useful (0 votes)
3 views1 page

0

The document provides information on how to embed audio and video in HTML. It includes an example of embedding audio with controls using the <audio> tag. The document is structured with headings for clarity.

Uploaded by

adi623780
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

0

The document provides information on how to embed audio and video in HTML. It includes an example of embedding audio with controls using the <audio> tag. The document is structured with headings for clarity.

Uploaded by

adi623780
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<!

DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Audio and Video Embedding</title>

</head>

<body>

<h1>Embedding Audio and Video</h1>

<!-- Embedding Audio -->

<h2>Audio Example</h2>

<audio controls>

<source src="audio-file.mp3" type="audio/mpeg">

<source src="

You might also like