A. listB. nl C. ulD. ol
Tag: HTML Programming MCQs
How can you make a numbered list?
A. dlB. ol C. listD. ul
When creating a Web document, what format is used to express an image’s height and width?
A. CentimetersB. PixelsC. Dots per inchD. Inches
If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?
A. LayoutB. Basic formattingC. DesignD. Outline
Choose the correct HTML tag to make a text italic
A. liB. i C. italic
Choose the correct HTML tag to make a text bold?
A. b B. bold C. bb
What is the correct HTML for adding a background color?
A. body color=”yellow” B. body bgcolor=”yellow” C. background >yellow
What does vlink attribute mean?
A. visited linkB. virtual linkC. very good linkD. active link
Which attribute is used to name an element uniquely?
A. classB. idC. dotD. all
Which tag creates a check box for a form in HTML?
A. checkboxB. input type=”checkbox” C. input=checkbox D. input checkbox