ID选择器{

  属性:属性值

}

<html>
<head>
<meta http-equiv="Content-Type"
content="text/html;charset=gb2312"/>
<title>ID选择器的应用</title>
<style type="text/css">
 #first{
  font-size:16px;
 }
</style>
</head>
<body>
 <p id="first">有勇气就会有奇迹</p>
</body>
</html>
代码示例如下

相关文章:

  • 2022-01-20
  • 2022-02-16
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2021-06-02
  • 2021-12-22
  • 2021-10-10
  • 2022-01-11
相关资源
相似解决方案