img element alt and title attributes
Show proper usage of img elements' alt and title attributes.
by lsloan
HTML
<img src="https://www.tarfu.com/images/branding/fubar.png" alt="alt text 1 (image URL bad)" title="title text 1 (hover to show)" height="20" width="100" />
<br />
<br />
<img src="https://www.tarfu.com/images/branding/fubar.png" alt="alt text 2 (image URL bad)" title="title text 2 (hover to show)" />