The tag that allows text to appear exactly how it is typed out and formatted in the text of my htm file.
ie:
<< < html >
< body >
Hello,
How are you doing?
< /body>
< /html> >>
will show up as:
<< Hello,
How are you doing? >>
and not:
<< Hello, How are you doing?
ie:
<< < html >
< body >
Hello,
How are you doing?
< /body>
< /html> >>
will show up as:
<< Hello,
How are you doing? >>
and not:
<< Hello, How are you doing?
