使用 span 元素對(duì)行內(nèi)元素進(jìn)行分組,以便通過樣式對(duì)它們進(jìn)行格式化,下面有個(gè)不錯(cuò)的示例,需要的朋友可以參考下
1.請(qǐng)使用 span 元素對(duì)行內(nèi)元素進(jìn)行分組,以便通過樣式對(duì)它們進(jìn)行格式化。
代碼如下:
<p>This is a paragraph <span style="color:#00ff00;">This is a paragraph</span>
This is a paragraph</p>
在一個(gè)td里,利用span控制復(fù)選框居左對(duì)齊:
代碼如下:
<span class="topself_checkboxcontent" style="width:110px;float:left;text-align:left;padding:0px;margin:0px;"><input type="checkbox" class="topself_checkbox" value={{urole.id}} name='check' checked='checked' >{{urole.role}}</span>