When I validate the HTML in my site using the WDG HTML Validator I get the following error on those pages with Level of HTML: HTML 4.01 Strict.
Error: there is no attribute TARGET for this element (in this HTML version)
I am used to using target="_blank" when I want a linked new page to open up in a new browser screen, but apparently one cannot do that in HTML 4.01 Strict
QUESTIONS:
1. Why is the attribute, "target", deleted from version 4.01 strict?
2. With 4.01 Strict, how do I get a link to open in a new page?
3. What is the best version to use if one is currently building a site? - Strict? - or Transitional?
I look forward to your advice.
Kind regards, James
