- 1
Difference between paragraph tag and break line tag
If i wanted to make something appear on another line couldn’t i just use a paragraph tag instead of the break line tag. I am just confused on when using the break line tag. Like if i wanted to i could just create a new paragraph element and make it appear on the next line and it would appear the same way a break line tag would right? If someone could explain what is the difference and how i would use each that would be greatly appreciated.
2 ответов
+ 1
Do you understand the difference between a line and a paragraph? Then you should also understand the difference between a new line and a new paragraph.
0
When we use anchor tags or buttons etc., HTML will display as side by side if we want every button in a next line we use breaak tags. Its just takes us to next line with continuing side by side.