Problem: Accessible Link Focus Underline
Try to add a clear custom underline to a focused link to improve accessibility.
We'll cover the following...
We'll cover the following...
Problem description
Given an HTML page with an <a class="accessible-link" href="#">Learn more</a>
, write CSS to meet the following requirements: ...