HTML

class属性练习

<html>
<head>
<style type="text/css">
h1.intro {color:blue;}
p.important {color:red;}
</style>
</head>

<body>
<h1 class="intro">信1905-1</h1>
<p>20194160</p>
<p class="important">将</p>
</body>

</html>

  

 

 

 注释:class 属性不能在以下 HTML 元素中使用:base, head, html, meta, param, script, style 以及 title。

id规定元素唯一性

contenteditable 规定元素内容是否可编辑。

 

posted on 2020-10-29 19:50  季昂  阅读(60)  评论(0编辑  收藏  举报