4. Summary and References


Summary

          There are four link states: link, hover, visited, and active. By styling links according to their four states, the user's overall experience in navigating a website will be improved. Make sure to always maintain the order of the link states in your CSS code.

          Navigation links on a website with multiple pages can be grouped using navigation bars. Generally, navigation bars can either be horizontal or vertical.

References