address
for author.
address
of page author.
address
element must be present.
address
element that describes the author's contact information.
address
element.address
element is found, check if it contains a valid address of the author.address
for the page author.address
element to the content.address
element.address
element.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #143 - Negative</title> </head> <body> <address><a href="mailto:name@company.com">joe smith</a></address> </body> </html>
address
element.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #143 - Positive</title> </head> <body> </body> </html>