HTML Quiz 1-10
HTML Quiz 11-20
HTML Quiz 21-30
HTML Quiz 41-50
HTML Quiz 51-60
HTML Quiz 61-70
HTML Quiz 71-80
HTML Quiz 81-90
Computer Skill Quiz
MS Word Quiz and Answer
MS Excel Quiz and Answer
MS PowerPoint Quiz and Answer
Adobe Photoshop Quiz and Answer
Adobe Illustrator Quiz and Answer
Logo Design Quiz and Answer
|
Question 31. Which tag represents a header cell of an HTML table?
a. <tr>
b. <cols>
c. <th>
d. <td>
Answer : c
Question 32. Which is a link to specific part of a web page called?
a. an external link
b. an anchor link
c. a mailto link
d. nnone of these
Answer : b
Question 33. Which of the following HTML link statements is correctly constructed?
a. <link rel="css" href="style.css" type="text/css"/>
b. <link rel="style.css" href="text/css" type="stylesheet"/>
c. <link rel="stylesheet" href="style.css" type="css"/>
d. <link rel="stylesheet" href="style.css" type="style/css"/>
Answer :
Question 34. Which HTML tag is NOT valid in a Strict HTML 4.01 doctype?
a. <area>
b. <applet>
c. <a>
d. <b>
Answer : b
Question 35. Which of the following HTML statements will render a horizontal rule?
a. <hr width="50%" align="center"/>
b. <horz width="50%" align="center"></horz>
c. <line align="center"/>
d. <br width="50%/">
Answer : a
Question 36. The HTML <BUTTON> tag
a. creates a push button on a form.
b. specifies when to submit HTML form data.
c. return the user to the home page.
d. makes an image a link
Answer : a
Question 37. Why should you specify a background color if you are using an image the actual background of your page?
a. So the text shows up better
b. The background color will be shown until the immage loads
c. Incase the image doesn't fit right
Answer : b
Question 38. Image link can show a text label if you add which property?
a. alternative
b. id
c. str
d. alt
Answer : d
Question 39. Which of the following is NOT an HTML element?
a. <WEBSITE>
b. <COLOR>
c. <BEGIN>
d. All of these
Answer : d
Question 40. Which element is Not a <table> element?
a. <th>
b. <thead>
c. <tr>
d. <td>
e. <tt>
Answer : e
|
|