单项选择题
A.div {width:80px;height:200px;border:2px dotted #000;margin:010px;}
B.div {width:80px;height:200px;border:2px solid #000;margin:10px 0;}
C.div {width:200px;height:80px;border:2px solid #000;margin:10px;}
D.div {width:200px;height:80px;border:2px dashed #000;margin:10px;}