Web / HTML Interview questions
What are the properties for removing underlines and borders of link?
text-decoration : To remove the underlining from a link, set this to none.
border-style: To remove the border from an image link, set this to none. You can also set the border-width property to 0.
More Related questions...