Computer Science, asked by vaishnavi907057, 1 month ago

C. Answer the following questions.
1. What is the purpose of bgcolor and text attributes of the <BODY> tag?
2. What is the difference between <P> and <BR> tags?
3. How would you specify the thickness and length of the horizontal line in HTML?
4. Name the attributes of the <FONT> tag.
5. What are the different heading levels used in HTML?​

Answers

Answered by dulampavansai
0

Answer:

1 awnser : bgcolor: It is used to specify the background color of an image.

2 awnser : The <p> tag is used to indicate paragraphs. The <br> tag is used to insert line breaks, not to create paragraphs.

3 awnser : The following attributes of the HR element specifies the size and alignment of the horizontal rule.

<hr size="5" width="300" align="left">

Attribute Value Explanation.

size=" " pixels the size of the thickness (height)

width=" " pixels or % the size of the width.

4 awnser : The font tag is having three attributes called size, color, and face to customize your fonts.

5 awnser : HTML defines six levels of headings. A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.

Similar questions