标签:strong span type blog round html sed pre 代码
把外层的标签写在前面,内层的标签写在后面,之间用空格分隔
<html> <head> <title>后代选择器</title> <style type="text/css"> h3 strong{ color:blue; font-size:36px; } </style> </head> <body> <h3>恰似一江<strong>春水</strong>向东流</h3> </body> </html>
标签:strong span type blog round html sed pre 代码
原文地址:http://www.cnblogs.com/daixiumei/p/6883024.html