标签:ide blog asi har class back head utf-8 属性
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> p[id] { color: green; } div[title="divv"] { color: red; } </style> </head> <body> <p>好好学习</p> <p id="aside-title" clss="aside-msg">天天向上</p> <div title="divv"> 好好学习 </div> <div title="divvv"> 天天向上 </div> </body> </html>
标签:ide blog asi har class back head utf-8 属性
原文地址:http://www.cnblogs.com/juansilence/p/6511465.html