Re: target is invalid attribute for a

I would suspect an inappropriate DOCTYPE.  The following is valid :

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html>
  <head>
<title>.</title>
</head>
<body>
<p>
Available online at: <a target="_blank" href="http://www.ohrc.on.ca/eng">
</a>
</p>
</body>
</html>

Ed Brandon wrote:
> |Available online at: <a target=|*"*|_blank" href="http://www.ohrc.on.ca/eng|

Received on Tuesday, 23 January 2018 16:08:32 UTC