1.塊級標簽(獨占一行)
H系列標簽,p標簽,div標簽
2.行內(nèi)標簽
span標簽
3.form標簽
<form action="表單提交數(shù)據(jù)的地址" method=“GET/POST”></form>
3.1文本輸入框
<input type="text" />
3.2密碼輸入框
<input type="password" />
3.3按鈕
<input type="button" value=“按鈕” />
3.4提交
<input type="submit" value="提交"/>
3.5單選
<input type="radio" name="radio1" value="radio1" checked="checked"/>
<input type="radio" name="radio1" value="radio2"/>
3.6多選
<input type="checkbox" name="checkbox1" value="checkbox1"/>
<input type="checkbox" name="checkbox1" value="checkbox2"/>
3.7上傳
<input type="file" name="filename"/>
需要指定<form enctype="multipart/form-data">
3.8重置
<input type="reset" value="重置" />
3.9多行文本框
<textarea name="moretext"></textarea>
3.10.1下拉框
<select name="select_test" >
size="1"#控制顯示長度
multiple="multiple"#控制是否多選
<option value="1" >1</option>
<option value="2" >2</option>
<option value="3" >3</option>
</select>
3.10.2select分組
<select name="select_test" >
<optgroup label="1">
<option value="1" >1.1</option>
<option value="2" >1.2</option>
<option value="3" >1.3</option>
</optgroup>
<optgroup label="2">
<option value="1" >2.1</option>
<option value="2" >2.2</option>
<option value="3" >2.3</option>
</optgroup>
</select>
4.a標簽用法
target=""
4.1鏈接
<a >baidu</a>
4.2錨點
<a href="#t1">1</a>
<a href="#t2">2</a>
<a href="#t3">3</a>
<div id="#1">1</div>
<div id="#2">2</div>
<div id="#3">3</div>
5.img圖片
<img src="路徑" alt=“圖片” title="圖片"/>
6.ul無序列表
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
7.ol有序列表
<ol>
<li>1</li>
<li>2</li>
<li>3</li>
</ol>
8.dl
<dl>
<dt>標題</dt>
<dd>1</dd>
<dd>2</dd>
<dd>3</dd>
</dl>
9.table
<table>
<thead>
<tr>
<td>1</td><td>1</td>
</tr>
</thead>
<tbody>
<tr>
<td>1.1</td><td>1.2</td>
</tr>
<tr>
<td>2.1</td><td>2.2</td>
</tr>
</tbody>
</table>
合并單元格
<td colspan="2"></td> #橫向合并
<td rowspan="2"></td>#縱向合并
10.label標簽
關聯(lián)輸入框
<label for="username">用戶名:</label>
<input id="username" type="text" name="username" />
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。
新聞標題:html基礎--body內(nèi)部標簽-創(chuàng)新互聯(lián)
網(wǎng)站地址:http://aaarwkj.com/article14/ccopge.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站內(nèi)鏈、軟件開發(fā)、定制網(wǎng)站、靜態(tài)網(wǎng)站、網(wǎng)站策劃、網(wǎng)站設計公司
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容