Topic: HTML: (C) Hypertext Markup Language
Topic: HTML: (C) Hypertext Markup Language
D)None of these
a.<pre>
b.<a>
c.<b>
d.<br>
a.<h3>
b.<h1>
c.<h5>
d.<h6>
Answer: (b) <h1>
5) Which of the following tag is used to insert a line-break in HTML?
a.<br>
b. <a>
c.<pre>
d.<b>
a. <ul>
b. <ol>
c. <li>
d. <i>
a. \
b. !
c. /
d. .
Answer: (c) /
8) How to create a hyperlink in HTML?
9) How to create an ordered list (a list with the list items in numbers) in HTML?
a) <ul>
b) <ol>
c) <li>
d) <i>
a) <i>
b) <italic>
c) <it>
d) <pre>
a) a format tag.
b) an empty tag.
c) All of the above
d) None of the above
a) <i>
b) <ul>
c) <u>
d) <pre>
Answer: (c) <u>
15) How to create a checkbox in HTML?
a) <select>
b) <list>
c) <dropdown>
d) <option>
a) # and #
b) { and }
c) ! and ?
d) < and >
a) new line
b) vertical ruler
c) new paragraph
d) horizontal ruler
a) class
b) id
c) type
d) None of the above
Answer: (b) id
21) Which of the following HTML tag is used to display the text with scrolling effect?
a) <marquee>
b) <scroll>
c) <div>
d) None of the above
a) <p>
b) <b>
c) <pre>
d) None of the above
a) <data>
b) <table>
c) <group>
d) All of the above
a) style
b) type
c) class
d) None of the above
a) <p>
b) <b>
c) <pre>
d) None of the above
a) .ht
b) .html
c) .hml
d) None of the above
a) Web browser
b) Server
c) Interpreter
d) None of the above
a) case-sensitive
b) in upper case
c) not case sensitive
d) in lowercase
a) <body>
b) <head>
c) <title>
d) <html>
a) <Doctype HTML>
b) <\Doctype html>
c) <Doctype>
d) <!DOCTYPE html>
Answer: (d) <!DOCTYPE html>
36) Which of the following tag is used to create a combo box (or drop-down box)?
a) <list>
b) <select>
c) <input type = "dropdown">
d) <ul>
tag?
a) method
b) action
c) Both (a) & (b)
d) None of the above
a) Using ## and #
b) Using <!-- and -->
c) Using </-- and -/->
d) Using <!-- and -!>
a) <sup>
b) <sub>
c) <p>
d) None of the above