Heim >Web-Frontend >HTML-Tutorial >div,css用ulli制作表格_html/css_WEB-ITnose

div,css用ulli制作表格_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-24 12:26:541361Durchsuche

#news {    width:500px;    border:2px solid #eee;}#news li{    list-style-type:none;     float:left;    width:100px;    text-align:center;    background:#ccc;    margin-right:2px;    margin-bottom:2px;    line-height:30px;    font-size:14px;}#news li.bt{font-size:16px; font-weight:bold; background:#999;}

<div id="news">        <ul>                            <li class="bt">0</li>            <li class="bt">0</li>            <li class="bt">0</li>            <li class="bt">0</li>                        <li>1</li>            <li>1</li>            <li>1</li>            <li>1</li>                        <li>2</li>            <li>2</li>            <li>2</li>            <li>2</li>                        <li>3</li>            <li>3</li>            <li>3</li>            <li>3</li>                        <li>4</li>            <li>4</li>            <li>4</li>            <li>4</li>        </ul>    </div>

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn