A br tag will insert a line break which means the text/image following the tag will be moved to the next line.it is self ending tag.
html example for break line(br) tags
<html>
<head>
<title>Title Name</title>
</head>
<body>
This is new line<br/>
</body>
</html>
html example for break line(br) tags
<html>
<head>
<title>Title Name</title>
</head>
<body>
This is new line<br/>
</body>
</html>
No comments:
Post a Comment