Source Code:
(back to article)
Submit
Result:
Report an issue
9
1
2
3
4
5
6
7
8
9
›
⌄
⌄
⌄
<!DOCTYPE html>
<
html
>
<
head
>
<
title
>Title of the document</
title
>
</
head
>
<
body
>
<
embed
type=
"video/ogg"
src=
"/build/videos/arcnet.io(7-sec).mp4"
width=
"300"
height=
"200"
title=
"Arcnet.io video"
>
</
body
>
</
html
>
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <embed type="video/ogg" src="/build/videos/arcnet.io(7-sec).mp4" width="300" height="200" title="Arcnet.io video"> </body> </html>