1
The address for a web page is more correctly known as a
View Answer
link
Hypertext
URL
Nest
2
Which of the following is true of XHTML?
View Answer
It is a new hybrid technology that is different from both XML and HTML.
You can't use it to create Web pages.
It is a reformulation of HTML in XML.
It has totally replaced HTML as the tool for building Web pages.
3
Which of the following lines of XHTML code is correctly nested and closed?
View Answer
<pre><p><b>First line</p></b></pre>
<pre><b><p>Second line</p></pre>
<pre><b><p>Third line</p></b></pre>
<pre><b>Fourth line</p></pre>
4
This code ® represents to:
View Answer
®
©
ß
<
5
Which one we use for comment a line in HTML?
View Answer
/* <p>iquweb.com</p> */
<!-- <p>iquweb.com</p> -->
// <p>iquweb.com</p>
* <p>iquaweb.com</p>
6
Which one redirects
View Answer
<a href=””>Web Designing Questions</a>
<a href=”#”>Web Developing Questions</a>
<a href=”/”>Web Hosting Questions</a>
<a href=”../”>HTML Questions</a>
7
It is not a part of html5 tag
View Answer
<footer></footer>
<hgroup></hgroup>
<header></header>
<articles></articles>
8
The address for a web page is more correctly known as a
View Answer
Link
Hypertext
URL
Nest
9
Which one is resposive meta tag?
View Answer
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!doctype html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1">
10
Which tag is used to define an HTML table?
View Answer
'<tr>'
'<table>'
'<data-table'>
'<body>'