Why is the <br> tag missing in the Basic HTML and HTML5 lessons?

It’s showing when solving the problems, its added there automatically but nothing is said about it.

Hey @Sheikhshadi!

This is a really good question.

In my opinion the discussion about br tags is not included in the lessons is because a lot people misuse that tag.

br tags should only be used for line breaks like in a poem or address. But a lot of people will use them to create space between paragraphs. That should be avoided. Instead use css margin properties to control space between paragraphs.

Hope that helps!

Happy coding !

8 Likes

Thanks a lot. Got the point.

I agree with @jwilkins.oboe opinion.