Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Experience the convenience of getting reliable answers to your questions from a vast network of knowledgeable experts. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

How to remove link color and underline in html.

Sagot :

Answer:

To remove the underline from all hyperlinks on a page, follow these steps:

Open the page that you want to modify.

Click the Codetab.

Put the following HTML code before the <BODY> tag: <STYLE>A {text-decoration: none;} </STYLE>

Click the Designtab. Your hyperlinks no longer contain underlines.