|
|
|
| The view... | The "code"... |
|---|---|
|
|
|
Definition list/glossary:
|
<B>Definition list/glossary: </B> <dl> <dt>First term to be defined <dd>Definition of first term <dt>Next term to be defined <dd>Next definition </dl> |
|
|
|
Present an unordered list:
|
<B>Present an unordered list: <\B> <ul> <li> First item in the list <li> Next item in the list </ul> |
|
|
|
Present an ordered list:
|
<B>Present an ordered list:</B> <ol> <li> First item in the list <li> Next item in the list </ol> |
View:
Dear Nicholas, I'm writing this letter in response to your request for additional information on the internet.
Code:
Dear Nicholas,
I'm writing this letter in response to your request for additional information
on the internet.
No paragraphs, but with line breaks...
View:
Dear Nicholas,
I'm writing this letter in response to your request for additional information
on the internet.
Code:
Dear Nicholas, <BR>
I'm writing this letter in response to your request for additional information<BR>
on the internet. <BR>
With paragraphs and line breaks...
View:
Dear Nicholas,
I'm writing this letter in response to your request for additional information
on the internet.
Code:
Dear Nicholas,
<P>
I'm writing this letter in response to your request for additional information<BR>
on the internet. <BR>
Horizontal Rule.
<HR>
<HR width=50% size=10 noshade>