Through the usage of content division into elements and attributes for both display and structure, these can be used by a variety of browsers, including audio ones. For example, one audio browser sounds a tone before the voiceover of text which is designated as a title (<h1> to <h6>), perhaps indicating that it is a title. However, when a title is only specified by character size (<big>, etc), the same effect cannot be gained. Examples of visual elements are: <b>, <i>, <big>, <small> and <tt>.
Example and Implementation

Some regular browsers and audio browsers do not support style sheets. For example, when the display order (layout) is specified using style sheets (layers, etc), that specification is not reflected in the audio browser and they are read aloud in an incomprehensible order.
Example and Implementation