Home : Basic HTML/CSS tutorial : Text expression : Summary
Introduction
Emphasis
Bullet-point lists
Within-page linking
Example
Summary
< Previous: Example

Summary

Emphasis is marked with <em> or <strong>

Normal emphasis is equivalent to italics and is marked with the <em> tag. Strong emphasis, using the <strong> tag, is also available but is less often necessary.

Bullet-point lists are marked with <ul> and <li>

The <ul> tag is used in place of a paragraph, to mark the beginning and end of a bulleted list. Within the list are one or more <li> tags that contain each list item.

Links within pages use name attribute and #

Creating links within a page is a two-step process.