smbutterfield / theory-draft-1

0 stars 0 forks source link

image alt text #3

Open evanwill opened 7 years ago

evanwill commented 7 years ago

future enhancement: all images should have alt text describing the contents of the image for accessibility and usability, it appears when the image can't be loaded and used by screen readers.

in markdown the alt is set in square brackets, for example ![alt text](image/src)

in html use the alt attribute, for example <img alt="alt text" src="image/src">