What is Line Break in HTML? :-
This element produces break in line and it is denoted by </br>. In current version HTML5 There is no need to put slash for line break and represented as <br>.
It is an empty element i.e. it don’t have end tag.
Output :-
What is Horizontal Rule in HTML? :-
This element produces horizontal line and it is denoted by <hr/>
It is also an empty element i.e. it don’t have end tag.
Attributes of Horizontal rule tag are style, color. Style attribute used for width and height. Width and height value can be in percent (%) or pixels (px).
Output :-
Attributes
Output:-
Comments
Post a Comment