css div画田字格问题 请问有什么问题

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>div田字格</title>

<style>

 #1

 { height:200px;

  }

#2

{ height:200px;

}

#11

{

width:49%;

height:200px;

float:left;

background:yellow;

}

#12

{

width:49%;

height:200px;

float:right;

background:blue;

}

#21

{

width:49%;

height:200px;

float:left;

background:black;

}

#22

{

width:49%;

height:200px;

float:right;

background:grey;

}

</style>

</head>


<body>

<div id="1">

    <div id="11"> </div>

        <div id="12"></div>

    </div>

<div id="2">

    <div id="21"></div>

        <div id="22"></div>

    </div>

</body>

</html>


寒食君Talk
浏览 2633回答 3
3回答

聚能量

第一次见到把id设置成为纯数字的,基础性错误。
打开App,查看更多内容
随时随地看视频慕课网APP