java读不完啦!!!

html

 

href  eg:<a href="xxx.html">lalala

        </a>

表:

    <table border="2">
    <caption>
        学生信息表
    </caption>
        <thead>
        <th>ban</th>
        <th>ming</th>
        <th>tel</th>
        </thead>
        <tbody>
        <tr>
            <td>3</td> <td>wo</td> <td>123</td>
        </tr>
    </tbody>


    </table>

form

<form action="t1.html">
    <p>yonghu:
        <input name="1" type="text" value="请修改内容">
    </p>
    <p>ssex
       <input name="2" type="radio" value="boy">
        <input name="2" type="radio" value="gril">
    </p>
    <p>
        <select name="wo">
            <option value=""selected="selected"></option>
            <option value="1">yiyue</option>
            <option value="2">eryue</option>
        </select>
    </p>
</form>
View Code

 

posted @ 2021-01-14 02:58  且听風吟  阅读(31)  评论(0)    收藏  举报