Computer Science, asked by bagrisangeeta80, 7 months ago

Explain the function of the following tags:
dood
<title>
<p>
<br>
<hr>
<font>​

Answers

Answered by Salman2005
4

Answer:

To add margins into the sentence you need <p> tag. Here, p specifies text paragraph. You need to wrap the entire paragraph into the <p> </p> tag.

hr tag in HTML is used to insert the ‘horizontal rule’ in a line. This is an empty tag means does not need any external closing tag

<title> for adding title on the top of html

<font> for adding different looks to letters

br produces a ‘line break’ between the text, it is used at those places where the division by a line is of significant use

pls check out my question and help me pls and mark this as brainliest

Similar questions