html 標籤2

來源:互聯網
上載者:User

標籤:nbsp   loop   檔案名稱   按鈕   多行   tar   res   sub   table   

 2016.11.10
# 新標籤 #
## 視頻標籤 ##
    <video controls="controls" autoplay="autoplay" loop="loop"muted="muted" >
       <sourse src="檔案夾/檔案名稱"/>
    </video>
congtrols:可控  autoplay:自動播放 loop:迴圈播放 muted:音量大小
## 音頻標籤 ##
     <audio controls="controls" autoplay="qutoplay" loop="loop" muted="muted">
       <sourse src="檔案夾/檔案名稱"/>
     </audio>
## 表格 ##
    <table border="值">
       <tr>
         <td>單中繼資料格1</td>
         <td>單中繼資料格1</td>
         <td>單中繼資料格1</td>
       </tr>
    </table>
橫向合并-colspan
    <table border="值">
       <tr>
         <td colspan="2">行1列1</td>
         <td>行1列2</td>
         <td>行1列3</td>
       </tr>
        <tr>
         <td clospan="2">行2列1</td>
         <td>行2列2</td>
         <td>行2列3</td>
       </tr>
        <tr>
         <td clospan="2">行3列1</td>
         <td>行3列2</td>
         <td>行3列3</td>
       </tr>
    </table>
       
縱向合并-縱向合并
    <table border="值">
       <tr>
         <td rowspan="2">行1列1</td>
         <td>行1列2</td>
         <td>行1列3</td>
       </tr>
        <tr>
         <td clospan="2">行2列1</td>
         <td>行2列2</td>
         <td>行2列3</td>
       </tr>
        <tr>
         <td clospan="2">行3列1</td>
         <td>行3列2</td>
         <td>行3列3</td>
       </tr>
    </table>
表名和標題
    <table border="值">
     <caption>表名</caption>
       <tr>
         <th>班級</th>
         <th>姓名</th>
         <th>年齡</th>
       </tr>
        <tr>
         <td>2年級</td>
         <td>小紅</td>
         <td>7歲</td>
       </tr>
        <tr>
         <td >3年級</td>
         <td>小明</td>
         <td>7歲</td>
       </tr>
    </table>
## 表單 ##
    <form action="#" method="post">
 <input type="text"/>  文字框
</form> 

<form action="#" method="post">
  <input type="password"/>  密碼框
</form>

    <form action="#" method="post">
  <input type="submit"/>  提交按鈕
</form> 

    <form action="#" method="post">
  <input type="reset"/>  重設按鈕
</form> 

<form action="#" method="post">
  <input type="button" value="點擊我"/>   點擊我
</form>

    <form action="#" method="post">
  <button> 點擊我</button>
</form>

 <form action="#" method="post">
  蘋果<input type="checkbox"/>
  香蕉<input type="checkbox"/>
  橘子<input type="checkbox"/>
</form>

</form>
<form action="#" method="post">
蘋果<input type="checkbox"checked/>
香蕉<input type="checkbox"/>
橘子<input type="checkbox"/>
</form> 

     <form action="#" method="post">
 男<input type="radio" name="sex/">
 女<input type="radio" name="sex/">
 </form>
  
    <form action="#" method="post">
  <select name="" id="">
 <option value="北京">北京</option>
 <option value="北京">上海</option>
</form>
## 多行文字框 ##
<textarea name="#" id="1" clos="5" rows="5">
</textarea>
## label標籤 ##
<form action="#" method="post"
<label for="ap">蘋果<label>
<input type="checkbox" id="ap"/>
<label for="xj">香蕉</label>
<input type="checkbox" id="xj"/>
</form>

html 標籤2

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.