Modify Fig. 12.13 to use a background color to highlight all the links in the page instead

Question:

Modify Fig. 12.13 to use a background color to highlight all the links in the page instead of displaying them in a box at the bottom.
The example provided is using CSS.
FIG 12.13
h1, h3 {text-align: center; font-family: tahoma, geneva, sans-serif;}
p{margin-left: 5%;margin-right: 5%; font-family: arial, helvetica, sans-serif;}
ul{ margin-left: 10%; }
a{ text-decoration: none;}
a:hover{ text-decoration: underline;}
.nav width: 100%; border-top: 3px dashed blue; padding-top: 10px;}
highlighted {background-color: yellow;}
input{ width: 150px;}
form > p{ margin: 0px;}
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Computer Networking A Top-Down Approach

ISBN: 978-0136079675

5th edition

Authors: James F. Kurose, Keith W. Ross

Question Posted: