img
elements used as source anchors is different from the link text.
img
elements that occur within a source a
(anchor) element.img
elements used as source anchors is different from the link text.<?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> <title>OAC Testfile - Check #175 - Negative</title> </head> <body> <p> <a href="page1.html"><img src="star.jpg" alt=""/>page1</a> </p> </body> </html>
<?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> <title>OAC Testfile - Check #175 - Positive</title> </head> <body> <p> <a href="page1.html"><img src="star.jpg" alt="page1"/>page1</a> </p> </body> </html>