HTML embed Tag
The HTML <embed> tag is used to embed external content such as a web page, image, media player, web application etc in an HTML document. This element is new in HTML5. Syntax <embed src="" /> Example <!DOCTYPE html> <html> <head> <title>HTML Embed Tag</title> </head> <body> <h2>HTML embed tag example</h2> <p>Add image using embed tag</p> <embed src="mylogo.png" style="border:1px solid #000;"…
View On WordPress












