HTML Basic
How can you open a link in a new browser window ?
1. < a href="url" target="_blank">
2. < a href="url" target="new">
3. < a href="url" blank>

Option 3
Option 2
None of these
Option 1

ANSWER DOWNLOAD EXAMIANS APP

HTML Basic
Which of the following is not a difference between HTML and XHTML

Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml”
None of the mentioned
Special characters must be escaped using character entities in XHTML unlike HTML
Tags and attributes are case-insensitive in HTML but not in XHTML

ANSWER DOWNLOAD EXAMIANS APP