HTML/CSS/Basic Attributes/alt — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"alt": an alternate description
<HTML>
<Title>Example For alt</Title>
<BODY>
<input type="image"
alt="This is an alt text saying that the image is from www.wbex.ru"
border="10"
src="http://www.wbex.ru/style/logo.png"
width="300"
height="300">
</BODY>
</HTML>