Quiz Questions

APRIL MONTHLY TEST (ITISKILL8702YR)

Question 1 1 Marks
What is the first tag in html document
A
<html>
B
<head>
C
<title>
D
</html>
Question 2 1 Marks
The <b> tag makes the enclosed text bold, which other html tag is used to make text bold?
A
&lt;dark&gt;
B
&lt;bold&gt;
C
&lt;th&gt;
D
&lt;strong&gt;
Question 3 1 Marks
Which html tag is used to display a picture in a web page?
A
&lt;src&gt;
B
&lt;img&gt;
C
&lt;img src&gt;
D
&lt;image&gt;
Question 4 1 Marks
what is the full form of HTTP?
A
Hyper text testing protocol
B
Hyper text transfer protocol
C
Hyper test transfer protocol
D
Hyper text transfer program
Question 5 1 Marks
Which html tag inserts a line horizontally in a page?
A
&lt;lr&gt;
B
&lt;l&gt;
C
&lt;hr&gt;
D
&lt;line&gt;
Question 6 1 Marks
What is the full form of CSS?
A
Computer style sheet
B
Cascading style sheet
C
Cascading system style
D
Customized style sheet
Question 7 1 Marks
Which html tag is the smallest heading?
A
&lt;h1&gt;
B
&lt;h2&gt;
C
&lt;h6&gt;
D
&lt;head&gt;
Question 8 1 Marks
What is the another name of web address?
A
URL
B
Html
C
Http
D
Webpage
Question 9 1 Marks
What are the two main parts, available in html document?
A
Title and Body
B
Head and title
C
Head and Body
D
Head and document
Question 10 1 Marks
Which character in html is used to indicate end tag?
A
"\"
B
"/"
C
"!"
D
"<#"
Question 11 1 Marks
Which is used to publish the webpage to a web hosting server?
A
Http
B
PHP
C
Kompozer
D
Blogger
Question 12 1 Marks
Which attribute is used with <td> tag to merge two cells horizontally?
A
Colspan = 2
B
Rowspan = 2
C
Mergerows
D
mergecols
Question 13 1 Marks
Which tag creates a checkbox for a form in html?
A
&lt;check box&gt;
B
&lt;input check box&gt;
C
&lt;input = check box&gt;
D
&lt;input type = "check box"&gt;
Question 14 1 Marks
Which html tag is used to add a row in a table?
A
&lt;tr&gt; and &lt;/tr&gt;
B
&lt;cr&gt; and &lt;/cr&gt;
C
&lt;th&gt; and &lt;/th&gt;
D
&lt;td&gt; and &lt;/td&gt;
Question 15 1 Marks
Which html tag is used to divide a row into data cells?
A
&lt;tr&gt; and &lt;/tr&gt;
B
&lt;cr&gt; and &lt;/cr&gt;
C
&lt;th&gt; and &lt;/th&gt;
D
&lt;td&gt; and &lt;/td&gt;
Question 16 1 Marks
Which is the correct syntax for adding alternate text for image, if the image cannot be displayed?
A
&lt;img src = "boat.gif" alt = "big boat"/&gt;
B
&lt;img src = "boat.gif" alt text = "big boat"/&gt;
C
&lt;img src = "boat.gif" alternate = "big boat"/&gt;
D
&lt;img src = "boat.gif" alternate text = "big boat"/&gt;
Question 17 1 Marks
Which is the correct H1 tag for right alignment?
A
&lt;h1 align = "right"&gt;.....&lt;/h1&gt;
B
&lt;h1 tag align = "right"&gt;.....&lt;/h1&gt;
C
&lt;h1 align = "r"&gt;.....&lt;/h1&gt;
D
&lt;h1 alignment = "right"&gt;.....&lt;/h1&gt;
Question 18 1 Marks
What is the use of forms in HTML?
A
To display a table
B
To display a list
C
To send the data to server
D
To display email contents
Question 19 1 Marks
What is the correct syntax for making a hyperlink?
A
<http: // nimi.gov.in?</a>
B
<url = "http: // nimi.gov.in">nimi
C
<a href = "http:// nimi.gov.in">nimi</a>
D
<a ref = "http:// nimi.gov.in">nimi</a>
Question 20 1 Marks
Which is the correct tag for adding iframe in html?
A
&lt;iframe http://nimi.gov.in&gt; &lt;/iframe&gt;
B
&lt;iframe ="http: // nimi.gov.in"&gt;&lt;/iframe&gt;
C
&lt;iframe src = "http: //nimi.gov.in"&gt;&lt;/iframe&gt;
D
&lt;iframe href = "http: //nimi.gov.in"&gt; &lt;/iframe&gt;
Question 21 1 Marks
what is the correct html tag for adding a background color?
A
&lt;body color = "Yellow"&gt;
B
&lt;body bgcolor = "Yellow"&gt;
C
&lt;body background = "Yellow"&gt;
D
&lt;body bg = "Yellow"&gt;
Question 22 1 Marks
How do you add a link which will allow the visitor to send an email from the page?
A
&lt;a href = "mailto : youradderss"&gt;
B
&lt;a href = "sendmailtoyour address"&gt;
C
&lt;a="mailto"&gt;
D
&lt;href = "mailto"&gt;
Question 23 1 Marks
What will happen, If the background image is smaller than the screen, what will happen?
A
It will be stretched
B
It will leave a blank space at the bottom of the page
C
It will leave a blank space at the top of the page
D
It will be repeated
Question 24 1 Marks
Which is the correct css syntax?
A
body: color = black;
B
body { color; black}
C
{body: color : black;}
D
{body : color = black;}
Question 25 1 Marks
which is the correct html tag for making a text input field?
A
&lt;text type = "Text"&gt;
B
&lt;input type = "text"&gt;
C
&lt;input type = "textfield"&gt;
D
&lt;input type = "textbox"&gt;
Question 26 1 Marks
Which is the correct html tag for creating password field
A
&lt;text type = "password"&gt;
B
&lt;input type = "pwd?&gt;
C
&lt;input type = "password"&gt;
D
&lt;input type = "passcode"&gt;
Question 27 1 Marks
What is the correct html code for inserting a background image?
A
&lt;Body background = "image.jpg"&gt;
B
&lt;body = "image.jpg"&gt;
C
&lt;background = "image.jpg"&gt;
D
&lt;body background = image.jpg&gt;
Question 28 1 Marks
Which option will match, while making bulleted list?
A
Square, disc, polygon
B
triangle, disc, circle
C
triangle, square, circle
D
disc, circle, square
Question 29 1 Marks
What is the meaning of increase the cell padding?
A
Increase the thickness of table border
B
Increase the space between cells
C
Increase the distance between cell and content
D
Increase the no of cells
Question 30 1 Marks
Which property of cells will how many rows a cell should span?
A
Colspan = 5
B
Rowspan = 5
C
Cellspan = 5
D
Span = 5
Question 31 1 Marks
Which web language give more control over the HTML elements and allows them to change at any time without returning to the Web server?
A
BML
B
XML
C
HTML
D
DHTML
Question 32 1 Marks
What will be the output of the following HTML code?
<html>
<body>
<p><strong>NIMI</strong></p>
<p>CHENNAI</p>
</body>
</html>
A
<strong>NIMI</strong> CHENNAI
B
<strong>NIMI</strong> <br> CHENNAI
C
CHENNAI <br> NIMI
D
CHENNAI NIMI
Question 33 1 Marks
What is the output of the following html?
<html>
<body>
<h2>NIMI<small>CHENNAI</small> formatting</h2>
</body>
</html>
A
NIMI chennai
B
NIMI CHENNAI
C
NIMI chennaiformatting
D
NIMICHENNAI<strong>formatting</strong>
Question 34 1 Marks
What is the output of the following html code?
<html>
<body>
<p>NIMI<sup>CHENNAI</sup></p>
</body>
</html>
A
NIMI <sup>Chennai</sup>
B
NIMI <sub>chennai</sub>
C
NIMI chennai
D
NIMI - CHENNAI
Question 35 1 Marks
How will the following html code appear in the browser?
<html>
<body>
<h1> my first heading</h1>
<p>my first paragraph</p>
</body>
</html>
A
My first heading My first paragraph
B
My first heading My first paragraph
C
My first heading My first paragraph
D
My first heading My first paragraph
Question 36 1 Marks
Which of the following code is used to add a plain color background to the web page?
A
&lt;body bgcolor = "36, 2437"&gt;
B
&lt;body color = "#FF000"&gt;
C
&lt;body bgcolor = "#FF000"&gt;
D
&lt;bgcolor = "blue"&gt;