Loading...
QUIZ

Certification Test

 
Que No. 1 ) What is the purpose of the HTML div tag?

A.) To define a division or section in an HTML document
B.) To create a dropdown list
C.) To add a hyperlink
D.) To display an image


Que No. 2 ) Which HTML element is used to define a table row?

A.) tr
B.) td
C.) th
D.) table-row


Que No. 3 ) Which attribute is used to define the width of a table border?

A.) border
B.) thickness
C.) border-width
D.) border


Que No. 4 ) Which HTML element is used to define a form for user input?

A.) input
B.) form
C.) button
D.) userform


Que No. 5 ) How do you create a checkbox in HTML?

A.) input type="check"
B.) input type="checkbox"
C.) check
D.) box type="checkbox"


Que No. 6 ) Which HTML element is used to define a dropdown list?

A.) dropdown
B.) list
C.) select
D.) menu


Que No. 7 ) What does the HTML head element contain?

A.) Document content
B.) Visible page content
C.) Metadata
D.) Script tags


Que No. 8 ) Which tag is used to define an inline style in HTML?

A.) style
B.) css
C.) inline
D.) s


Que No. 9 ) How do you create a numbered list in HTML?

A.) list type="numbered"
B.) li
C.) ol
D.) ul


Que No. 10 ) What is the correct way to add a comment in HTML?

A.) !-- This is a comment --
B.) --- This is a comment ---
C.) /* This is a comment */
D.) -- This is a comment --