#introduction_to_html #html_programming_by_vijay_baretha #icse_computer
ICSE CLASS 6 | CH-8: HTML-AN INTRODUCTION | Part-5 | P tag, Center tag, BR, HR tag
1)The p tag defines a paragraph.
Browsers automatically add a single blank line before and after each p element.
2)The center tag in HTML is used to set the alignment of text into the center.
3) The br tag inserts a single line break. The br tag is useful for writing addresses or poems. The br tag is an empty tag which means that it has no end tag.
4) The hr tag defines a thematic break in an HTML page (e.g. a shift of topic). The hr element is most often displayed as a horizontal rule that is used to separate content (or define a change) in an HTML page.