Computer Science, asked by hundal178, 1 year ago

HTML
Choose the correct option.
1. Which of the following is not an attribute of the <HR>?
(a) Thickness
(b) Align
(c) Color
(d) Width
2. Which of the following is not a container tag ?
(a) <BODY> (b) <HR> (c) <FONT> (d) <CENTER>
3. Which of the following attributes of the <BODY> tag is used to specify the colour of
the text to be displayed on a webpage?
(a) Text
(b) Bgcolor (c) Background (d) Color
4. Which of the following is not an attribute of the <FONT> tag?
(a) Align
(b) Color
(c) Size
(d) Face
5. Which of the following is an attribute of the <P> tag?
(a) Align
(b) Color
(c) Size
(d) Face
6. Which of the following does not hold true for the heading tags?
(a) The heading tags make the text appear in larger and bolder font than the normal
body text.
(b) The heading tags have just one attribute, that is, align.
(c) The heading levels range from 1 to 10.
(d) The heading tags insert a blank line before and after the heading text.​

Answers

Answered by 111soul111
32

HEY MATE❣❣

YOUR ANSWER⤵⤵

Answer:

  1. Thickness
  2. <HR>
  3. COLOR
  4. ALIGN
  5. ALIGN
  6. (C)

Answered by KajalBarad
4

1. Thickness

  • Thickness is not an attribute of <HR>
  • The attributes of <HR>tag in Html are:-
  1. Align
  2. Color
  3. Width
  4. Size

2. <HR> tag

  • <HR> tag is not a container tag.
  • Some examples of Container tags are <HTML>,<BODY> etc.

3. Color

  • Color attribute is used for for changing the text color.

4. Align

  • Align is not an attribute of font tag.
  • The attributes of Font tag are:
  1. Color
  2. Size
  3. Face

5. Align

  • Align is an attribute of <P>tag
  • The Align attribute specifies the alignment of text.

6. The heading levels range from 1 to 10

  • The heading levels from 1 to 6 specifies the size of the text.
  • H1 is the highest level
  • H6 is the least level
Similar questions