<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <title>Testfile - Check #232-2 - Negative</title> </head> <body> <p>This link to an <a href="232-1.html">invalid file</a> opens in the same window.</p> </body> </html>
target
attribute.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <title>Testfile - Check #232-1 - Positive</title> </head> <body> <p>This link to a <a href="232-2.html" title="valid file - opens in a new window" target="_new">valid file</a> opens in a new window.</p> </body> </html>