In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "the method of removing the underlining of HTML hyperlinks". The content of the explanation in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought slowly and deeply. Let's study and learn "the method of removing the underline of HTML hyperlinks".
For example, when the hyperlink is not clicked, the hyperlink text is ununderlined and displayed in blue; when the mouse passes over the link, the link text is displayed in red; when the link is clicked, the link is ununderlined and displayed in green. The implementation is simple by adding the following CSS code between and:
A:link {text-decoration:none;color:blue}
A:active {text-decoration:blink}
A:hover {text-decoration:underline;color:red}
A:visited {text-decoration:none;color:green}
Where:
A:link refers to normal unaccessed links
A:active refers to the link that is on the dot
A:hover refers to the mouse over the link
A:visited refers to links that have been visited
Text-decoration means textual embellishment.
The none parameter indicates that the hyperlink text is not underlined.
The underline parameter indicates that the hyperlinked text is underlined
The effect of the mouse over:
Underscore .jpg
How to remove the underline of a hyperlink
We only need to use a {text-decoration:none;} to set the hyperlink tags to remove underscores by default. The code is as follows:
A {text-decoration:none;color:red;}
Life is not only the present, but also the poetry and the distant fields.
Thank you for your reading, the above is the content of "the method of removing the underlining of HTML hyperlinks". After the study of this article, I believe you have a deeper understanding of the method of removing the underlining of HTML hyperlinks. Specific use also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.