Horje

How to use the <object> element to embed a Flash file

The object element.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The object element</h1>

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

Output should be:

How to use the <object> element to embed a Flash file




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin