Quote:
Originally Posted by Tex2002ans
JAWS and NVDA are two major Screen Readers that distinguish between all the HTML markup.
|
How would you make these programs read <em> and <strong> differently then <i> and <b>?
If I had two lines that went...
<p>This is a really <i>bright</i> sunny day.</b>
<p>This is a really <em>bright</em> sunny day.</b>
How would they read each line? Would they be read differently?