Here are the examples for Chapter 2, which looks at how to create hypertext links.
ch02-eg01.html | Creating a basic link to a page in the same folder using the <a> element |
ch02-eg02.html | Creating a link to an external Web site |
ch02-eg03.html | A link with a title attribute, which displays a tootlip when you hover over the link |
ch02-eg04.html | A link with white space (demonstration of a bad practice) |
ch02-eg05.html | A link to send an email |
ch02-eg06.html | Linking to a specific part of a page using the name attribute |
ch02-eg07.html | Linking to a specific part of a page using the id attribute |
Try it out | Wrox Cafe Menu Example |
Exercise 1 |