What is the syntax of poster attribute with < video > tag in HTML ?
What is the syntax of poster attribute with < video > tag in HTML ?
Syntax
<video poster="URL">
You can use both type of url with < video > tag
and poster attribute
An absolute URL - Points to another web site
(e.g: href="http://www.tech.thinkforu.org/tech.png")
A relative URL - points to a file within a web site (like href="poster.jpg")
Comments
Post a Comment