Text Links
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
CSS Borders. (n.d.). https://www.w3schools.com/css/css_border.asp
CSS Horizontal Navigation Bar. (n.d.). https://www.w3schools.com/css/css_navbar_horizontal.asp
CSS Navigation Bar. (n.d.). https://www.w3schools.com/css/css_navbar.asp
CSS Styling Links. (n.d.). https://www.w3schools.com/css/css_link.asp
CSS Text Decoration. (n.d.). https://www.w3schools.com/css/css_text_decoration.asp
CSS Vertical Navigation Bar. (n.d.). https://www.w3schools.com/css/css_navbar_vertical.asp
HTML <nav> Tag. (n.d.). https://www.w3schools.com/tags/tag_nav.asp