Choose the correct HTML tag for the smallest size heading?
1.<heading>
2.<h6>
3.<h1>
4. <head>
Tags and test that are not directly displayed on the page are written in _____ section.
1.<html>
2.<head>
3.<title>
4.<body>
What is the correct HTML for adding a background color?
1.<body color=â€yellowâ€>
2. <body
3.bgcolor=â€yellowâ€><background>yellow</background>
4.<body background=â€yellowâ€>
Which tag creates a check box for a form in HTML?
1. <checkbox>
2. <input
3.type="checkbox">
4.<input checkbox>
<b> tag makes the enclosed text bold. What is other tag to make text bold?
1.<strong>
2.<dar>
3.<black>
4.<emp>
Awebpage displays a picture. What tag was used to display that picture?
1.picture
2.mage
3.img
4.src
Choose the correct HTML tag for the smallest size heading?
1. <heading>
2.<h6>
3.<h1>
4.<head>
Choose the correct HTML tag to make a text bold?
1.<b>
2.<bold>
3.<bb>
4.<bld>
Choose the correct HTML tag to make a text italic
1.<ii>
2.<italics>
3.<italic>
4.<i>
How can you make a bulleted list?
1.<list>
2.<nl>
3.<ul>
4.<ol>
How can you make a numbered list?
1.<dl>
2.<ol>
3.<list>
4.<ul>
How can you make a numbered list?
1.<dl>
2. <ol>
3.<list>
4. <ul>
How can you make an e-mail link?
1. <a href=â€xxx@yyy â€>
2.<mail href=â€xxx@yyy â€>
3.<mail>xxx@yyy </mail>
4.<a href=â€mailto:xxx@yyy â€>
How can you make an e-mail link?
1.<a href="xxx@yyy ">
2. <mail href="xxx@yyy ">
3.<mail>xxx@yyy </mail>
4.<a href="mailto:xxx@yyy ">
HTML documents are saved in
1.Special binary format
2.Machine language codes
3.ASCII text
4.None of above
HTML supports
1.ordered lists
2.unordered lists
3.both type of lists
4.does not support those types
In HTML document the tags
1.Should be written in upper case
2.should be written in lower case
3.should be written in propercase
4.can be written in both uppercase or lowercase
A webpage displays a picture. What tag was used to display that picture?
1.picture
2.image
3.img
4.src
Marquee is a tag in HTML to
1.mark the list of items to maintaininqueue
2. Mark the text so that it is hidden in browser
3.Display text with scrolling effect
4.None of above
Some tags enclose the text. Those tags are known as
1.Couple tags
2.Single tags
3.Double tags
4.Pair tags
Tags and text that are not directly displayed on the page are written in _____ section.
1.<html>
2.<head>
3.<title>
4.<body>
The special formatting codes in HTML document used to present contentare
1.tags
2.attributes
3.values
4.None of above
The way the browser displays the object can be modified by _____
1.attributes
2.parameters
3.modifiers
4.None of above
The _____ character tells browsers to stop tagging the text
1.?
2./
3.>
4.%
There are ____ different of heading tags in HTML
1.4
2.5
3.6
4.7
To create a blank line in your web page
1. press Enter two times
2.press Shift + Enter
3. insert <BR> tag
4.insert <BLINE>
To create a combo box (drop down box) which tag will you use?
1.<select>
2.<list>
3.<input type="dropdown">
4.all of above
To create a combo box (drop down box) which tag will you use?
1.<select>
2.<list>
3.<input type="dropdown">
4. all of above
To create HTML document you requirea
1.web page editing software
2.High powered computer
3.Just a notepad can be used
4.None of above
What doesvlink attribute mean?
1.visited link
2. virtual link
3.very good link
4.active link
What doesvlink attribute mean?
1.visited link
2.virtual link
3.very good link
4.active link
What is the correct HTML for adding a background color?
1.<body color="yellow">
2.<body bgcolor="yellow">
3.<background>yellow</background>
4. <body background="yellow">
What is the correct HTML for making a hyperlink?
1. <a href=â€http:// mcqsets.com“>ICT Trends Quiz</a>
2. <a href=â€http:// mcqsets.com“>ICT Trends Quiz</a>
3.<https://mcqsets.com</a>
4.url=â€https://mcqsets.com“>ICT Trends Quiz
What is the correct HTML for making a hyperlink?
1. <a href="http://mcqsets.com">MCQ Sets Quiz</a>
2.<a name="http://mcqsets.com">MCQ Sets Quiz</a>
3.<http://mcqsets.com</a>
4.url="http://mcqsets.com">MCQ Sets Quiz
What is the correct HTML tag for inserting a line break?
1.<br>
2.<lb>
3.<break>
4.<newline>
What should be the first tag in any HTML document?
1.<head>
2. <title>
3. <html>
4. <document>
What should be the first tag in any HTML document?
1.<head>
2.<title>
3.<html>
4.<document>
What tag is used to list individual items of an ordered list?
1.LI
2.OL
3.UL
4.None of above
When should you use path along with file name of picture in IMG tag?
1.path is optional and not necessary
2.when the location of image file andhtml file are different
3.when image file and html file both are on same location
4.path is always necessary when inserting image
Which attribute can be used with BODY tag to set background color green?
1.background="green"
2.bgcolor="green"
3.vlink="green"
4.None of above
Which attribute is used to name an element uniquely?
1.class
2.id
3.dot
4.All of above
Which attribute is used to name an element uniquely?
1.class
2.d
3.dot
4. all of above
Which attribute is used withimg tag to display the text if image could not load in browser?
1.description
2.name
3.alt
4.id
Which attribute you’ll use with TD tag to merge two cells horizontally?
1.merge=colspan2
2.rowspan=2
3.colspan=2
4.merge=row2
Which of the following HTML code is valid?
1.<font colour="red">
2. <font color="red">
3.<red><font>
4.All of above are style tags
Which of the following is an attribute related to font tag?
1.size
2.face
3.color
4.All of above are style tags
Which of the following is not a pair tag?
1.<p>
2.< u >
3.<i>
4.<img>
Which of the following is not a pair tag?
1. <p>
2.< u >
3. <i>
4.<img>
Which of the following is not a style tag?
1.<b>
2.<tt>
3.<i>
4.All of above are style tags
Which of the following is not a valid alignment attribute?
1.Left
2.Right
3.Top
4.All of above are style tags
Which tag allows you to add a row in a table?
1.<td> and </td>
2. <cr> and </cr>
3.<th> and </th>
4. <tr> and </tr>
Which tag allows you to add a row in a table?
1.<td> and </td>
2.<cr> and </cr>
3.<th> and </th>
4.<tr> and </tr>
Which tag creates a check box for a form in HTML?
1.<checkbox>
2.<input type="checkbox">
3.<input=checkbox>
4.<input checkbox>
Which tag inserts a line horizontally on your web page?
1.<hr>
2.<line>
3.<line direction="horizontal">
4.<tr>