Horje
How to add image in Object Element

You can view your image by using object Element.


Example of Adding Image in Object Element

Follow the Example
index.html
Example: HTML
<object data="https://horje.com/avatar.png"></object>

Output should be:

Example of Adding Image in Object Element

Full Example of Adding Image in Object Element

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

<object data="https://horje.com/avatar.png"></object>
 
</body>
</html>

Output should be:

Full Example of Adding Image in Object Element





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


Read Article
https://horje.com/learn/1434/reference