Searching for "HTML"

Q:

In HTML, ______________ is at the bottom of the page and usually contains disclaimers, copyright information etc.

 

A) Header area B) Menu bar
C) Body of the page D) Footer area
 
Answer & Explanation Answer: D) Footer area

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

Every HTML file is a ___________ file.

 

A) Text B) Audio
C) Video D) Image
 
Answer & Explanation Answer: A) Text

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

In HTML, ______________ is a set of links designed as buttons.

 

A) Header area B) Menu bar
C) Body of the page D) Footer area
 
Answer & Explanation Answer: B) Menu bar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

HTML is a subset of

 

A) SGMH B) SGMD
C) SGML D) None of the above
 
Answer & Explanation Answer: C) SGML

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

Which HTML attribute is used to define inline styles?

 

A) <header> B) <strong>
C) <style> D) <alt>
 
Answer & Explanation Answer: C) <style>

Explanation:

The style attribute specifies an inline style for an element. The style attribute will override any style set globally,

 

e.g. styles specified in the <style> tag or in an external style sheet.

 

Report Error

View Answer Report Error Discuss

Filed Under: Web Technology
Exam Prep: Bank Exams

Q:

In HTML, ______________ attribute specifies a set of controls that are linked so that only one radio button among each set is selected at a time.

 

A) TYPE="TEXT" B) TYPE="PASSWORD"
C) TYPE="RADIO" D) TYPE="CHECKBOX"
 
Answer & Explanation Answer: C) TYPE="RADIO"

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

In HTML, ______________ pair defines a row of the table.

A) <table></table> B)  <tr></tr>
C) <td></td> D) <th></th>
 
Answer & Explanation Answer: B)  <tr></tr>

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

In HTML, _______________ attribute is used for merging of two or more adjacent rows.

A) CELLPADDING B) CELLSPACING
C) ROWSPAN D) COLSPAN
 
Answer & Explanation Answer: C) ROWSPAN

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams