i
(italic) element is not used.
i
(italic) element used.
i
elements.
i
element is not handled as well by screen readers as the em
and strong
elements.
i
elements with em
or strong
.
i
(italic) elements in the document.i
(italic) element is not used.i
(italic) elements from the document and replace them with other markup.i
(italic) elements used.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>OAC Testfile - Check #117 - Negative</title> </head> <body> <p>What she <em>really</em> meant to say was, "This isn't ok, it is <strong>excellent</strong>!"</p> </body> </html>
i
(italic) element used.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>OAC Testfile - Check #117 - Positive</title> </head> <body> <p>What she <i>really</i> meant to say was, "This isn't ok, it is <i>excellent</i>!"</p> </body> </html>