search

Home  >  Q&A  >  body text

这个id选择器上面没有用#div1设置css样式,这个是怎么回事啊,两个div都可以用?

div{    width:200px;    height:200px;    border:2px red solid;    float:left; }这个id选择器上面没有用#div1设置css样式,这个是怎么回事啊,两个div都可以用?

checkcheck2899 days ago1035

reply all(3)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:29:50

    This id selector does not use #div1 to set the css style. What's going on? Can both divs be used? -PHP Chinese website Q&A-This id selector does not use #div1 to set the css style. What is going on? Can both divs be used? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 阿神

    阿神2016-12-21 17:43:38

     没有div1样式有div样式,在div标签使用div样式


    reply
    0
  • 迷茫

    迷茫2016-12-21 17:43:05

    这里直接指定了div标签,即所有div标签的内容都应用该格式

    reply
    1
  • Cancelreply