IDNLearn.com provides a collaborative platform for sharing and gaining knowledge. Get accurate and detailed answers to your questions from our knowledgeable and dedicated community members.

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.