HTML教程
alt
属性示例,可以将浏览器的显示图片功能取消后查看
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>HTML alt 属性示例</title> </head> <body> <input type="image" src="/images/feed_icon.png" alt="Cancel" /> <img src="/images/feed_icon.png" alt="dreamdu rss logo" /> </body> </html>