What the experts say on using the img tag:
Quote:
Can I insert an img tag to indicate context change?
Images are a suboptimal way to indicate a context change because they carry no semantic information. Unlike pure CSS solutions, the alt attribute can be used to indicate the context change, but that doesn't compensate for the more uniform experience that the hr element can provide.
From: https://kb.daisy.org/publishing/docs/html/context.html
|