alt attribute for embed (HTML5)

Specifies alternative text to display if the element cannot be displayed as expected.

Values

[text]. Example values (Usually a name/description of the element): "banner.gif", "cat.jpg", etc.

Example
No example available.

Examples having uses of html attribute 'alt'

1 votes
10k views

HTML Image

Images with title and borders
0 votes
2k views

CSS Ease in and Ease out

CSS3 transitions are effects that let an element gradually change from one style to another. To do this, you must specify the effect and the duration.
0 votes
1k views

CSS Vertical Align

The vertical-align property sets the vertical alignment of an element.