Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy object tag
<
/title
>
<
base
href
="../try-it/"
>
<
/head
>
<
body
>
<
h2
>
HTML object tag with example
<
/h2
>
<
object
width
="300"
height
="300"
data
="hibiscus.mp4"
>
<
/object
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy object tag</title> <base href="../try-it/"> </head> <body> <h2>HTML object tag with example</h2> <object width="300" height="300" data="hibiscus.mp4"> </object> </body> </html>
Result