Friday, October 2, 2015

html programming adding break to a line

how to break a line in html


<html>
<title>
</title>
<body>


<p>this is gonna be a paragraph</br>
and in this paragraph i want to create two line so for the line there is a special tag which can be </br>
written as</br>


</p>


</body >

</html>


So if you wanna break your line just put </br> at the end of your line

No comments:

Post a Comment