Is it more effective to include images using HTML and specify alt
tags, or should they be added through CSS with the text-indent: -9999px
property (or a similar technique)? Or does it not make much of a difference?
Do search engines interpret the use of the text-indent: -9999px
property as a standard practice? This property allows us to generate text that is hidden from users, but still present for search engine crawlers.