Overview
The tags in the following examples will affect
your writing style by allowing you to write in
italics, bold, and blackface. In addition, you
can also center and underline your text.
Example:
<I>I am writing in italics</I>
It will look like this:
I am writing in italics!
Example:
<B>I am writing in bold!</B>
It will look like this:
I am writing in bold!
Example:
<BLACKFACE>I'm writing in blackface!</BLACKFACE>
It will look like this:
Example:
<U>This sentence is underlined!</u>
It will look like this:
This sentence is underlined!
Example:
<CENTER>This sentence is centered!</CENTER>
It will look like this:
This sentence is centered!
Formating
When writing in html, you must indicate where a new line or paragraph will begin. The following tags are used for that purpose. Note, they do not require an ending tag.
<BR>=Indicates line break. It is used to start a new line.
<P>=Indicates paragraph. It is used to start a new paragraph.
![]() | Practice it here! |