Loading...
QUIZ

Certification Test

 
Que No. 1 ) What is the correct way to add an external CSS file to an HTML page?

A.) link href="styles.css" type="text/css"
B.) css src="styles.css"
C.) stylesheet href="styles.css"
D.) link rel="stylesheet" href="styles.css"


Que No. 2 ) Which HTML element is used to define a section within an article or web page?

A.) section
B.) div
C.) content
D.) area


Que No. 3 ) How do you create a horizontal rule with a specified height and color in HTML?

A.) hr size="2" color="red"
B.) hr width="2" color="red"
C.) hr height="2" color="red"
D.) hr style="height:2px; color:red;"


Que No. 4 ) What is the purpose of the HTML canvas element?

A.) To display vector graphics
B.) To create a dropdown list
C.) To define a rectangular shape
D.) To draw graphics and animations using JavaScript


Que No. 5 ) Which attribute is used to specify the alignment of a table cell's content?

A.) align
B.) content
C.) text-align
D.) cell-align


Que No. 6 ) What does the HTML abbr element represent?

A.) A container for abbreviations and acronyms
B.) A heading element
C.) An absolute link to another website
D.) An abstract section of a document


Que No. 7 ) How do you create a meta tag for specifying the author's name and description of an HTML document?

A.) meta name="author" content="John Doe"
B.) meta author="John Doe"
C.) meta author="John Doe" description="My website"
D.) meta name="description" content="My website"


Que No. 8 ) How do you create a radio button in HTML?

A.) input type="radio"
B.) radio
C.) input type="check"
D.) input type="button"


Que No. 9 ) Which HTML element is used to display the result of a calculation or script?

A.) result
B.) output
C.) display
D.) calc


Que No. 10 ) Which attribute is used to specify the alignment of an image in HTML?

A.) position
B.) align
C.) alignment
D.) align