HTML Multiple Choice Questions


Question 11

HTML Stands for?

A. HighText Machine Language
B. None of these
C. HyperText Markup Language
D. HyperText and links Markup Language

Question 12

Which HTML Tag is used to line break?

A. br
B. 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. i
B. b
C. u
D. None

Question 15

Which tag is used to make word Underline in HTML?

A. i
B. 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. p
B. span
C. Head
D. Foot

Question 18

HTML document is saved in which extension?

A. .hl
B. .html
C. .hml
D. ht

Question 19

Which tag is used to display largest HeadingL?

A. h1
B. h6
C. h4
D. h2

Question 20

Which tag is used to include CSS in HTML?

A. link
B. script
C. select
D. None



Related FAQ

Here are some more FAQ related to this topic:

  1. How to give line break in HTML
  2. How to use localStorage and sessionStorage in HTML5
  3. How to write comments in CSS