Question: Select the code below that uses CSS to configure all links within the navigation section to have bold text. a { font-weight: bold; } nav
Select the code below that uses CSS to configure all links within the navigation section to have bold text.
| a { font-weight: bold; } |
| nav a { font-weight: bold; } |
| nav link { font-weight: bold; } |
| nav a { font-bold: true; } |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
