Home  >  Q&A  >  body text

为什么我这一段代码不生效

<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8">
 <title>php中文网(php.cn)</title>
 <style>
 #11
 {
 text-align:center;
 color:red;
 }
 </style>
</head>
<body>
<p id="11">php中文网(php.cn)</p>
<p>这一段不受css样式影响。</p>
</body>
</html>


我是灰太狼我是灰太狼2883 days ago1090

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 22:56:25

    Why does my code not work - PHP Chinese website Q&A - Why does my code not work - PHP Chinese website Q&A

    Take a look around and learn.

    reply
    0
  • 阿神

    阿神2016-12-19 14:41:45

    <p id="11">php中文网(php.cn)</p>

    里的id名改成字母试试


    reply
    0
  • Cancelreply