标签选择器{
属性:属性值
}
<html> <head> <meta http-equiv="Contene-Type" content="text/html;charset=gb2312"/> <title>标题选择器</title> <style> h3{ color:#090; } </style> </head> <body> <h3>北京欢迎你</h3> </body> </html>