HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML poster Attribute

HTML poster Attribute

 

 

The poster attribute is used to specify an image to be shown while the video is downloading, or until the user hits the play button. If it is not included then the first frame of the video will be used.

 

Used With:-

 

Elements Attribute
video poster

 

Syntax:-

 

Its syntax is:- < element poster="URL" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML