Tag
|
Attributes
|
Description
|
---|---|---|
<b>...</b>
|
—
|
Stong emphasis (bold).
|
<i>...</i>
|
—
|
Emphasis (italics).
|
<u>...</u>
|
—
|
Underlined.
|
<font>...</font>
|
color
size
face
|
Font.
The color attribute specifies a color, using either the hexadecimal value or the color name.
The size attribute specifies a size from 1 (smallest) to 7 (largest).
The face attribute specifies a comma-separated list of font names in order of preference.
|
<a>...</a>
|
href
|
Anchor.
Use the href attribute to insert the URL of a web page.
|
<img/>
|
src
alt
|
Image link.
Specify the name and location of the graphic in the src attribute. You can also specify alternate text to appear when you move the mouse over the graphic using the alt attribute.
This tag does not require a separate closing tag.
|
<br/>
|
—
|
Inserts a line break.
This tag does not require a separate closing tag.
|