css改变超链接字体颜色的方法:首先新建html文件;然后在“index.html”中的“”标签中,输入css代码为“a{font-family: 楷体;font-size: 20px;color: orange;}”即可。</p></blockquote> <p><img src="https://img.php.cn/upload/article/202012/18/2020121809165360943.jpg" alt="css超链接字体颜色如何改变" ></p> <p>本教程操作环境:Windows7系统、HTML5&&CSS3版本,该方法适用于所有品牌电脑。</p> <p>推荐:《<a href="https://www.php.cn/course/list/12.html" target="_blank">css视频教程</a>》</p> <p>1、首先,打开html编辑器,新建html文件,例如:index.html。</p> <p><img src="https://img.php.cn/upload/image/794/996/400/1608254052501264.png" title="1608254052501264.png" alt="7afe4c84ca5d9a53ab938eef7f5e8dc.png"></p> <p>2、在index.html中的<style>标签中,输入css代码:a{font-family: 楷体;font-size: 20px;color: orange;}。</p> <p><img src="https://img.php.cn/upload/image/502/672/317/1608254055745728.png" title="1608254055745728.png" alt="a536db512931ac0e6e67a45f86d211a.png"></p> <p>3、浏览器运行index.html页面,此时用CSS成功改变了超链接的字体、大小、颜色。</p> <p><img src="https://img.php.cn/upload/image/232/412/530/1608254058264471.png" title="1608254058264471.png" alt="0c15b0cce205a40944ab195610e7da1.png"></p>