Computer Science, asked by ayushshu2005, 4 days ago

differentiate between <p> and <br> tag

Answers

Answered by DhavalSach
0

Answer:

<p> is used for inserting paragraph. <br> is used for inserting a line

Explanation:

Answered by shawnbobby112
0

Answer:

HTML Web Development Front End Technology. In HTML, the <br> tag is used for line break. It is an empty tag i.e. no need to add an end tag. Writing <br> tag is perfectly fine. Let’s see the usage of other br tags i.e. <br/> or <br />, In HTML, use <br> tag and <p>

Explanation:

Similar questions