How to change the color of html hyperlink without changing it completely_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:06:26
Original
1907 people have browsed it

After writing the attribute that changes the color of a hyperlink in CSS, when you click on a hyperlink, the hyperlinks in the entire web page will change color accordingly. How can I avoid changing the color in one go?
Ask the master to give an example, write in css


Reply to the discussion (solution)

You should find a under the specific module, and then Add a style

For example, .menu a:hover{} Add a mouseover style to a under menu with class

Add a class attribute to the link
Baidu

By writing this in CSS, you can only change Baidu without changing Google's

Just set a separate class or id for each a tag

in declares the specific module

source:php.cn
Previous article:What's going on with my browser? _html/css_WEB-ITnose Next article:~Can I ask about the format of
? ~_html/css_WEB-ITnose
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!