Tag
|
Attributes
|
Description
|
---|---|---|
<b>...</b>
|
—
|
Stong emphasis (bold).
|
<i>...</i>
|
—
|
Emphasis (italics).
|
<u>...</u>
|
—
|
Underlined.
|
<font>...</font>
|
color
size
face
|
Font.
Use the color attribute to specify a color, using either the hexadecimal value or the color name; the size attribute to specify a size from 1 (smallest) to 7 (largest); and the face attribute to specify 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.
|