Home >> HTML 5 >> embed Tag in HTML 5

embed Tag in HTML 5

The <embed> tag used for embedding external applications which are generally a web page, a picture, a video into an HTML document.

Syntax: 

<embed attributes>

For example:-

<!DOCTYPE html>
<html>
<head>
   <title>Embed Tag</title>
</head>
<body>
     <embed type="text/html" src="welcome.html" width="500" height="300">
</body>
</html>

Post Your Comment

Next Questions
fieldset Tag
figcaption Tag
figure Tag
font Tag
footer Tag
form Tag
frame Tag
frameset Tag
Heading Tag
head Tag
header Tag
hr Tag
html Tag
i Tag
iframe Tag
img Tag
input Tag
ins Tag
kbd Tag
label Tag
legend Tag
li Tag
link Tag
ul Tag
video Tag

Copyright ©2022 coderraj.com. All Rights Reserved.