Web / HTML Interview questions
What are the common CSS pseudo classes for formatting links.
| Name | Description |
| :link | . |
a:link { color: green; } a:hover, a:focus { text-decoration: none; font-size: 110%; }
More Related questions...
| Name | Description |
| :link | . |
a:link { color: green; } a:hover, a:focus { text-decoration: none; font-size: 110%; }
More Related questions...