Computer Science, asked by Anonymous, 10 months ago

7.
What is the significance of BGCOLOR attribute of <BODY> tag?
8.
What is the significance of <BR> tag?
9.
Which tags are used to apply the bold, underline and italic properties to the text?
ACTIVITY SECTION​

Answers

Answered by ItzMissKomal
5

Answer:

7)The HTML bgcolor attribute is used to set the background color of an HTML element. Bgcolor is one of those attributes that has become deprecated with the implementation of Cascading Style Sheets (see CSS Backgrounds). Supported tags: body

8) The HTML <br> element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant

9) As far as I know, in html, for underlining the tag is <u>. For bold it it <b>. When you need both of them, it is <u><b>. For italic it it <i>.

Explanation:

Answered by priyapatro84
0

Answer:

This tag breaks the line and displays the text from the next line, without giving any space between two lines. It should be given at the end of the line after which a new line is required.

Syntax: <BR>

Similar questions