Question:

Problem with text decoration in HTML?

by  |  earlier

0 LIKES UnLike

Hi, I want to ask is it possible to create text links without underline but not to use style, classes or scrips, only HTML.

 Tags:

   Report

2 ANSWERS


  1. no its not possible with only html, you must use css/style scripts. But it can be really easy:

    <a href="http://answers.yahoo.com" style="text-decoration:none">My Link To Yahoo</a>

    Hope this helps. Stevie.


  2. I don't think so because the only link code I know of is this:

    <body link="#hex" alink="#hex" vlink="#hex">

    I guess you might be able to add properties.  

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions