学习9 <span>可为部分文本设置样式属性

mac2022-06-30  31

<!doctype html> <html> <head> <style> span.rr { color:red; } </style> </head> <body> <h1>我的<span class="rr"><a href="http://baidu.com">重要的</a></span>标题</h1> </body> </html>

 

转载于:https://www.cnblogs.com/Riona-C/p/7078236.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)