a:link {
font-size: 12px ;
color: #000000;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #000000;
text -decoration: none;
}
a:hover {
font-size: 12px;
color: #999999;
text-decoration: underline;
}
You can implement your functions by defining the style sheet in this way. If you don’t know the style sheet, you can add the following code to the tag of your page:
Statement: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