Most browsers will display the <object>
element with the following default values.
Example:
HTML
<!DOCTYPE html>
<html>
<style>
object:focus {
outline: none;
}
</style>
<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>
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |