|
|
The The Web browsers have supported the <embed> element for a long time. However, it has not been a part of the HTML specification before HTML5. |
<embed src="https://horje.com/avatar.png">
Follow the Example
Note that the <embed> element does not have a closing tag. It can not contain alternative text.
<!DOCTYPE html>
<html>
<body>
<embed src="https://horje.com/avatar.png">
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML Plug-ins |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference