in html how do i make a new line?

    How to print html tags as a html contents.

    if string to print is
    "

    </body>
    </form>

    "

      echo "<br>\n"; or
      echo "</body>\n"; mabye ??

        Write a Reply...