点击切换帐号登陆
帐号密码登陆

CSS中的属性选择器

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<link rel="icon" type="image/icon-x" href="images/logo.png">
	<title>css中属性选择器</title>
	<style type="text/css">	
      *{margin: 0px;padding: 0px;}     
	   body{background: url(images/3.jpg) no-repeat right top;font-family: 楷体;}
	   /*属性选择器:对带有指定属性的 HTML 元素设置样式*/
	   [title]{color: red;}
	  /* 属性和值选择器*/
	   [title=red]{text-decoration: none;font-weight: bold;font-size: 30px;}

	</style>
</head> 
<body>
<h1 title="word">css中属性选择器</h1>
<h2 title="word">css中属性选择器</h2>
<a href="" title="red">css中属性选择器</a>
</body>
</html>


任务

?不会了怎么办
无数据提示暂无评论哟...我要评论
网站导航
标签地图
学习路径
视频教程
开发软件
旗下子站
php中文网
phpstudy
技术文章
文档工具
关于我们
企业合作
人才招聘
联系我们
讲师招募
QQ交流群
QQ官方交流群
微信公众号
微信公众号