117k views
3 votes
Which of the following is not an attribute of the element? element? OA. Src O B. Autoplay OC. Controls OD. Postload

1 Answer

6 votes

Final answer:

Postload is not an attribute of the video element.

Step-by-step explanation:

The video element in HTML is used to embed videos on a webpage. The attributes of the video element control various aspects of the video playback. Out of the given options, Postload is not an attribute of the video element.

The behavior or appearance of HTML elements can be altered with the help of HTML attributes. When controlling the behavior of videos, the HTML video> element and the attributes listed in the options are frequently utilized.

However, neither the video> nor any other HTML element can have the attribute "Postload." Browsers do not recognize it, and HTML does not specifically use it.

In conclusion, "Postload" is not one of the available options for the HTML element.

User Meetu
by
8.1k points