suppress attribute (img)
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:
Default. The placeholder is default. | |||||||
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?
|
Supported by tags:
User Contributed Comments