Monday 16 July 2012

Use of line breaks in html


<!DOCTYPE html>
<html>
<body>

<p>This is<br />a para<br />graph with line breaks</p>

</body>
</html>


Result is:

This is
a para
graph with line breaks

0 Responses to “Use of line breaks in html”

Post a Comment