HTML
HTML
HTML
4. Which of the following tag is used for inserting the largest heading
in HTML?
a) head
b) <h1>
c) <h6>
d) heading
10. Which of the following HTML tag is used to create an unordered list?
a) <ol>
b) <ul>
c) <li>
d) <ll>
11. Which of the following HTML tag is used to add a row in a table?
a) <th>
b) <td>
c) <tr>
d) <tt>
12. Which of the following tag is used to create a text area in HTML
Form?
a) <textarea> </textarea>
b) <text></text>
c) <input type=”text” />
d) <input type=”textarea” />
17. Which HTML tag is used to convert the plain text into italic format?
a) <b>
b) <p>
c) <i>
d) <a>
22. State whether the given statement is true or false. !DOCTYPE is case
sensitive”.
a) True
b) False
26. <a> and </a> are the tags used for ______
a) Adding image
b) Aligning text
c) Audio-voiced text
d) Adding links to your page
Answer : d
27. To add a plain color background to your web page, use which of the
following?
a) <body bgcolor= “36,24,35”>
b) <body color= “# FF000”>
c) <body bgcolor= “# FF000”>
d) All of the above
30. Which tag will you add to specify a font for your whole page?
a) <defaultfont>
b) <targetfont>
c) <basefont>
d) <font>
31. The tag used for creating hypertext and hypermedia links is
a) <HR>
b) <BR>
c) <PRE>
d) <A>
36. Which tag can set the background color for your page?
a) <body>
b) <font>
c) <head>
d) <title>
37. To start a list using circles, use
a) <ul “round”>
b) <ul type=”circle”>
c) <ul type=”round”>
d) <ul =”round”>
40. Which property tells how many rows a cell should span?
a) colspan=n
b) rowspan=n
c) Both (A) and (B)
d) None of the above
42. Choose the correct HTML tag to left-align the content inside a table
cell
a) <td leftalign>
b) <td align=”left”>
c) <td valign=”left”>
d) <td=”left”>
44. Which section is used for text and tags that are shown directly on your
web page?
a) Head
b) Metatags
c) Body
d) title
45. The attribute used choose the type of font in HTML is?
a) Character
b) Face
c) Text-type
d) All of the above
46. What is the correct HTML tag for inserting a line break?
a) <break>
b) <lb>
c) <pre>
d) <br>
a) <ol begin=”3”>
b) <ol list=”3”>
c) <ol start=”3”>
d) <ol num=”3”>
a) Pliers
b) Bigger and smaller
c) Top and bottom
d) Height and width
50. Tags and text that do not show directly on the page are placed in
a) Head
b) Body
c) Title
d) None of the above