Text Links

1. Introduction


After completing this module, you are expected to:

  • Enhance web pages by incorporating links styles and events using CSS
  • Identify and practice the latest updates in CSS

        During the first quarter, you have learned that links enable users to jump from one page to another, thus allowing them to navigate the Web. To entice users to click on links, we can add designs to links to make them more attractive, easier to use, and helpful in tracking navigation.

        Remember that the HTML code for a link is given in the line below. href contains the filename or section name of the page that you want to lead the user to. The text between the <a> and </a>  tags is the visible text that is clickable. Note that the clickable area can also be an image.