Computer Science, asked by sanchitapathak123, 1 year ago

Write the significance of the following tags:
a. <BR>
b. <P>
C. <HR>
d. <FONT>
e. <BASEFONT>​

Answers

Answered by siddharthbrainly7
2

Answer:

<BR> tag is the line break element.

<P> tag represents a paragraph.

<HR> tag represents a horizontal rule.

<FONT> tag is used to change qualities of text.

<BASEFONT> tag is used to designate default font family, font size etc. for text within a document.

Answered by sanafatima221
0

Answer:

  1. <BR>→ break tag is an empty tag used to break a link, without changing the paragraph.
  2. <P>→ it is used to specify the beginning and ending of a new paragraph and also has many attributes attached such as align attributes.
  3. <HR>→ the<HR> tag is an empty tag and provide horizontal line spread across the width of the browser window.
  4. <FONT>→ The <font> tag was used in HTML 4 to specify the font face, font size, and color of text.
  5. <BASEFONT>→ it defines the basic size for that the browser will use to render normal document text.

Similar questions