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

Last 7 Days

How to use referrerpolicy Attribute value ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

How to use sandbox attribute value ( allow-top-navigation) with < iframe > tag in HTML ? with example

What is img scr or image scr or scr img ?

What is < table > tag in HTML?

css for code blocks

How to use referrerpolicy Attribute value (strict-origin ) with < iframe > tag in HTML ? with example

What is a cell in HTML?