A set of lines in an HTML document
that look like they are divided into three
lines of text.
A set of lines in an HTML document that look like they are divided into three lines of text.
A set of lines in an HTML document<br>
that look like they are divided into three<br>
lines of text.
A set of lines in an HTML document
that look like they are divided into three
lines of text.
and the next line will show up like this.
If you try to do this in a form.
If you try to do this in a form.
This may be avoided by using preformatted text.
<PRE> This forces the browser to use a typewriter font (like courier) that looks like this. Any carriage returns spacing like this and white space is preserved.</PRE>This is an easy way to display tabular information.
Function | What to Type in the Form | Displayed in the Question |
---|---|---|
Bold | <B>This is Bold</B> | This is Bold |
Italic | <I>This is italic</I> | This is italic |
Superscript | This is <SUP>superscript</SUP> | This is superscript |
Subscript | This is <SUB>subscript</SUB> | This is subscript |
To see how it works, here is the link just described written as HTML.