Horje

How to create An embedded video on HTML <object> Tag

See the Example.

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

<object data="https://file-examples.com/storage/fe58a1f07d66f447a9512f1/2017/04/file_example_MP4_480_1_5MG.mp4" width="400" height="300"></object>
 
</body>
</html>

Output should be:

How to create An embedded video on HTML <object> Tag




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