Horje

Full Example of Adding Image in <embed> Element

Follow the Example

Note that the <embed> element does not have a closing tag. It can not contain alternative text.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<embed src="https://horje.com/avatar.png">

</body>
</html>

Output should be:

Full Example of Adding Image in <embed> Element




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Plug-ins
Uploaded by:
Admin