You are here: Reference > HTML > attributes > suppress (img)

suppress attribute (img)

Browser support:
Sets whether the browser should be display the ALT text in the placeholder.
This attribute is deprecated, do not use it.

Possible values:

Boolean that indicates the place-holder state.
One of the following values:
false
Default. The placeholder is default.
true
The browser displays the ALT text in the placeholder.
Default: false.

Example HTML code 1:

This example illustrates the use of the suppress attribute:
<img id="myImage" src="picture.gif" alt="alternate text" suppress="true" />
Did you find this example helpful? yes no

Supported by tags:

User Contributed Comments

Post Content

Post Content