What's the best practice(s) to place an icon before or after links to indicate file type (ex: linking Adobe PDF, audio or video)
问题 My team was debating what the best practice would be for wanting to insert an icon after links to the various media file types we have on our site. Examples would be linking to a PDF and wanting to insert an icon image to let users know it's a PDF. The same could be used for video or audio files. I suggested using CSS, putting a class on the and using :after to create an element. I recall IE6 and IE7 won't support the pseudo CSS class, but aside from that, would there be a better practice? If