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

Introduction

This section covers a few techniques related to writing on the Web: emphasis and bullet-point lists. Following on from last time, links to particular places within webpages are also discussed.

Emphasis

Two types of emphasis are available on the Web.

Bullet-point lists

Bullet-point lists are created using the <ul> tag. Within this tag, <li> tags contain each item in the list.

Internal links

Using the <a> tag it's possible to link to a specific position within a web page.