Paragraphs are used to show the normal text in paragraph. We denote this with
<p> <p/>
We can apply class on paragraph text or style with following tag
<p clas="">Paragraph text with css class <p/>
<p Style="">Paragraph text with Style <p/>
After write text in paragraph tag, text will look in next line or paragraph like in below image.
Line break denote with
is
also valid and works well but in current version of html closing tag of
every tag is mandatory so we self close these tags. These tags don’t
have closing tags. Line denoted with <hr> tag means horizontal
rule. We can give the style to <hr>