1个回答
展开全部
也不难:
新建css文件
里面写入()
.aaa:link { text-decoration: none ;color:#006666;}
.aaa:active { text-decoration: none ; font-size:13px}
.aaa:visited { text-decoration: none }
.aaa:hover {text-decoration: underline;}
.bbb:link { text-decoration: none ;color:#006666;}
.bbb:active { text-decoration: none ; font-size:20px}
.bbb:visited { text-decoration: none ; color;#335544}
.bbb:hover {text-decoration: underline overline;}
保存为“mycss.css”,
打开要用的html文件
在标签下写上这句(例如:可以在</title>后面写)
<link href="mycss.css" rel="stylesheet" type="text/css">
下面加入要做个超级链接<body>标签之间加
<a class="aaa">链接a</a>
<a class="bbb">链接b</a>
就可以了。
新建css文件
里面写入()
.aaa:link { text-decoration: none ;color:#006666;}
.aaa:active { text-decoration: none ; font-size:13px}
.aaa:visited { text-decoration: none }
.aaa:hover {text-decoration: underline;}
.bbb:link { text-decoration: none ;color:#006666;}
.bbb:active { text-decoration: none ; font-size:20px}
.bbb:visited { text-decoration: none ; color;#335544}
.bbb:hover {text-decoration: underline overline;}
保存为“mycss.css”,
打开要用的html文件
在标签下写上这句(例如:可以在</title>后面写)
<link href="mycss.css" rel="stylesheet" type="text/css">
下面加入要做个超级链接<body>标签之间加
<a class="aaa">链接a</a>
<a class="bbb">链接b</a>
就可以了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询