Links
On CSS Links you can set the following properties:
Links example:
- a:link
- a:visited
- a:hover
- a:active
<html> <head> </head> <body>The CSS Tutorial website link.
</body> </html>
Links result:
The CSS Tutorial website link.
On CSS Links you can set the following properties:
<html> <head> </head> <body>The CSS Tutorial website link.
</body> </html>
The CSS Tutorial website link.