Visual elements such as pictures and tables are not accessible to users with low vision.
To help assistive techologies inform users about visual content you must include alternative texts for visual elements.
<img>
must have an alt
attribute. You can set this using the Alternative text property of an Image Control.
<table>
should have an associated <caption>
. You can set this using the Caption text property of a Table Control.