Why was the target attribute removed from XHTML 1.1?
Answer / guest
It wasn't. XHTML 1.0 comes in three versions: strict,
transitional, and frameset. All three of these were
deliberately kept as close as possible to HTML 4.01 as XML
would allow. XHTML 1.1 is an updated version of XHTML 1.0
strict, and no version of HTML strict has ever included the
target attribute. The other two versions, transitional and
frameset, were not updated, because there was nothing to
update. If you want to use the target attribute, use XHTML
1.0 transitional.
Is This Answer Correct ? | 1 Yes | 0 No |
What is meta title tag?
What is definition list in html?
Explain list elements in html.
What is div tag?
What are html controls?
What are the main features of html?
Explain data attributes in html5?
What is a label tag?
How can you have different number of cells for each row of a table?
What is the use of dom in html?
What is the purpose of header and footer tags?
How to make text vertical allign center in div.