HTML Multiple Choice Questions
Question 11
HTML Stands for?
A. HighText Machine LanguageB. None of these
C. HyperText Markup Language
D. HyperText and links Markup Language
Question 12
Which HTML Tag is used to line break?
A. brB. a
C. pre
D. b
Question 13
Which HTML character is used end the Tag?
A. \B. /
C. !
D. .
Question 14
Which tag is used to make word italic in HTML?
A. iB. b
C. u
D. None
Question 15
Which tag is used to make word Underline in HTML?
A. iB. u
C. pre
D. sub
Question 16
How to insert a background image in HTML?
A. <img background = "image.png">B. <bg-image = "image.png">
C. <body background = "image.png">
D. None
Question 17
Which HTML Tag is used to write paragraph in HTML document?
A. pB. span
C. Head
D. Foot
Question 18
HTML document is saved in which extension?
A. .hlB. .html
C. .hml
D. ht
Question 19
Which tag is used to display largest HeadingL?
A. h1B. h6
C. h4
D. h2
Question 20
Which tag is used to include CSS in HTML?
A. linkB. script
C. select
D. None
Related FAQ
Here are some more FAQ related to this topic:
- How to give line break in HTML
- How to use localStorage and sessionStorage in HTML5
- How to write comments in CSS