HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML embed Tag

HTML embed Tag

 

 

The embed tag defines a container for an external resource, like the web page, picture, audio, video, and many more.

 

Attribute Explanation:-

 

Attribute Value Description
height pixels Specifies height of embedded content.
src URL Specifies address of external file to embed.
type media_type Specifies media type of embedded content.
width pixels Specifies width of embedded content.

 

Syntax:-

 

Its syntax is:- < embed >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML