<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>what are the new tags in media elements in html5 - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/what-are-the-new-tags-in-media-elements-in-html5/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/what-are-the-new-tags-in-media-elements-in-html5/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 16 May 2022 13:41:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>what are the new tags in media elements in html5 - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/what-are-the-new-tags-in-media-elements-in-html5/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What are the various elements provided by HTML 5 for media content ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-various-elements-provided-by-html-5-for-media-content/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-various-elements-provided-by-html-5-for-media-content/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 16 May 2022 13:41:30 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[create a web page with html5 media elements]]></category>
		<category><![CDATA[html5 media elements]]></category>
		<category><![CDATA[html5 new elements]]></category>
		<category><![CDATA[list of html5 tags/elements]]></category>
		<category><![CDATA[new tags introduced in html5]]></category>
		<category><![CDATA[prior to html5 playing audio and video files on a web page followed]]></category>
		<category><![CDATA[use of media in html5]]></category>
		<category><![CDATA[what are the five elements that support media content in html5?]]></category>
		<category><![CDATA[what are the new tags in media elements in html5]]></category>
		<category><![CDATA[which media element is used to add any types of media files in webpage]]></category>
		<category><![CDATA[which of the following elements is not provided by html5 for media content?]]></category>
		<category><![CDATA[which one from following is a block level element in html]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4357</guid>

					<description><![CDATA[There are lot of new elements are added which provides some extra functionality to create dynamic and attractive website in HTML5. It can make your code quick and easy with the help of these elements. Here, there are five media element tag is used for HTML5: &#60;audio&#62;: This tag is used to embed sound files [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">There are lot of new elements are added which provides some extra functionality to create dynamic and attractive website in HTML5.</li>
<li style="text-align: justify;">It can make your code quick and easy with the help of these elements.</li>
</ul>
<p>Here, there are five media element tag is used for HTML5:</p>
<p><strong>&lt;audio&gt;:</strong></p>
<ul>
<li>This tag is used to embed sound files into a web page, and it is an inline element.</li>
</ul>
<p><strong>Sample Code:</strong></p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4358" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax.png" alt="" width="990" height="237" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax.png 990w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax-300x72.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax-768x184.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax-390x93.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax-820x196.png 820w" sizes="(max-width: 990px) 100vw, 990px" /></p>
<p><strong>Output:</strong></p>
<p><img decoding="async" class="alignnone size-full wp-image-4359" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5.png" alt="" width="1311" height="587" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5.png 1311w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-300x134.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-1024x458.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-768x344.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-390x175.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-820x367.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-1180x528.png 1180w" sizes="(max-width: 1311px) 100vw, 1311px" /></p>
<p><strong>&lt;video&gt;: </strong></p>
<ul>
<li>This element tag is used to embed video files into a webpage.</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4360" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax.png" alt="" width="988" height="178" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax.png 988w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax-300x54.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax-768x138.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax-390x70.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax-820x148.png 820w" sizes="(max-width: 988px) 100vw, 988px" /></p>
<p><strong>&lt;source&gt;: </strong></p>
<ul>
<li>This tag is used to attach multimedia files like pictures, video, and audio.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4361" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax.png" alt="" width="940" height="248" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax.png 940w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax-300x79.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax-768x203.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax-390x103.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax-820x216.png 820w" sizes="(max-width: 940px) 100vw, 940px" /></p>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4362" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output.png" alt="" width="905" height="496" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output.png 905w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output-300x164.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output-768x421.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output-390x214.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output-820x449.png 820w" sizes="(max-width: 905px) 100vw, 905px" /></p>
<p><strong>&lt;track&gt;: </strong></p>
<ul>
<li>This tag specifies text tracks for media components like video and audio.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4363" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax.png" alt="" width="922" height="137" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax.png 922w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax-300x45.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax-768x114.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax-390x58.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax-820x122.png 820w" sizes="(max-width: 922px) 100vw, 922px" /></p>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4364" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output.png" alt="" width="1002" height="616" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output.png 1002w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output-300x184.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output-768x472.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output-390x240.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output-820x504.png 820w" sizes="(max-width: 1002px) 100vw, 1002px" /></p>
<p><strong>&lt;embed&gt;: </strong></p>
<ul>
<li>This tag is used for embedding external applications which are generally multimedia content like video or audio through HTML document.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4365" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax.png" alt="" width="920" height="141" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax.png 920w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax-300x46.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax-768x118.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax-390x60.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax-820x126.png 820w" sizes="(max-width: 920px) 100vw, 920px" /></p>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4366" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-tag-html5.gif" alt="" width="630" height="482" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-various-elements-provided-by-html-5-for-media-content/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
