これは私のHTMLコードです
<div id="div1">
<div></div><div></div><div></div><br/><div></div><div></div><div></div>
</div>
私のCSS:
#div1 {
width:150px;height:100px;white-space:nowrap;
border:blue 1px solid;padding:5px;
}
#div1 div {
width:30px;height:30px;
border:blue 1px solid;
display:inline-block;
*display:inline;zoom:1;
margin:0px;outline:none;
}
<!DOCTYPE html>
タグの前に を挿入する<html>
と、ページは次のようになります。
しかし、<!DOCTYPE html>
タグを削除すると、2 つの行の間の「空白」が削除されます
しかし、タグを使用したい<!DOCTYPE html>
のですが、推奨されていますが、その空白を削除できる CSS ルールが見つかりません。margin:0;outline:none; を使用しました。など...しかし、うまくいきません。誰か助けてください。ありがとう!(私は英語が苦手です...)