Br Tag in HTML - How to give line break in HTML


Br Tag in HTML - How to give line break in HTML

The BR or <br/> tag is used to give a line gap in HTML Document.
The br tag is also known as break tag, it give a line break after the text.

Example:-

<body>
Name<input type="text"><br>
Roll No.<input type="text"><br>
<input type="button">
</body>

{ 0 comments... read them below or add one }

Post a Comment