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.
- Normal emphasis <em>, usually displayed in an italic font
- Strong emphasis <strong>, usually displayed in boldface
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.