We have alternate text, alt
attribute, for an img
tag in HTML, which will show up when the image doesn't come up. I tried using the tag with iframe
too.
<iframe src="www.abc.com" alt="Web site is not avaialable">
But the alternate text doesn't come up when src=""
is given. Just wanted to know if I can achieve alternate text in any other way, if the src
is not given ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…