in html how do i make a new line?
<br>
How to print html tags as a html contents.
if string to print is "
</body> </form>
"
echo "<br>"; ?
echo "<br>\n"; or echo "</body>\n"; mabye ??