第二天

Posted zyt959595

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第二天相关的知识,希望对你有一定的参考价值。

1.UL标签

<ul> 

<li>XXXX<li>

</ul>  无顺序列表

Eg:

 

  1. OL标签

<ol start="5" type="I">     start:的值为一个数字,表示从第几开始。Type:属性可以选aAiI1

1)<li>大鱼海棠</li>

2)<li> <a href="https://www.360kan.com/m/gqXoYUbASHP4Sh.html">大鱼海棠</li>

3)<a href="https://www.360kan.com/m/gqXoYUbASHP4Sh.html">加入后可以直接变成点击大鱼海棠后跳转到该电影网站

<li>火影忍者</li>

<li>我不是哟神</li>

    <li>呵呵呵呵呵</li>

        </ol>有序标签

3.<em> </em>标签

将字体变成倾斜变粗

<h1><em>欢迎来到迟到的第二天</em></b1>

4. <table borde="1px">

  <tr>

  <td width="100px">XXX</td>  表格中行  width="100px"宽度

</tr>  表格中列

5. colspan="2"行合并

rowspan="2"列合并

1.</tr>

  <table border="1px">

  <tr>

    <td width="100px" colspan="2">0</td>

    <td width="100px">0</td>

  </tr>

    <tr>

    <td width="100px" rowspan="2">0</td>

    <td width="100px">0</td>

    <td width="100px">0</td>

  </tr>

  <tr>

    <td width="100px">0</td>

    <td width="100px">0</td>

    </tr>

   <tr>

    <td width="100px">0</td>

    <td width="100px">0</td>

    <td width="100px">0</td>

    <

2.</tr>

  <table border="1px">

  <tr>

    <td width="100px" colspan="2">0</td>

    <td width="100px">0</td>

  </tr>

    <tr>

    <td width="100px" rowspan="2">0</td>

    <td width="100px">0</td>

    <td width="100px">0</td>

  </tr>

  <tr>

    <td width="100px">0</td>

    <td width="100px">0</td>

    </tr>

   <tr>

    <td width="100px">0</td>

    <td width="100px">0</td>

    <td width="100px">0</td>

 

 

 

6. <input type="text">:输入文本框

<form>

     用户名:<input type="text">

  </form>

 

7. <input type="passwprd"> :密码输入

<form>

     用户名:<input type="text"> <hr>

      密码:<input type="passwprd"> <hr>

  </form>

 

 

8. <input type="radio" name="xb">男:选择性别时的球球

性别:

      <input type="radio" name="xb">男

      <input type="radio" name="xb">女

      <input type="radio" name="xb">男

 

9.  <input type="checkbox" >:可以进行多个选择

Eg:兴趣爱好:

      <input type="checkbox" >小说

      <input type="checkbox" >游戏

      <input type="checkbox" >旅游

      <input type="checkbox" >音乐

10.

<select>

 <option>--请选择--</option>

      <option>--XXX--</option>

      <option>--XXX--</option>

      <option>--XXX--</option>

      </select>>          进行选项

 地区:

      <select>

      <option>--请选择--</option>

      <option>--新加坡--</option>

      <option>--澳大利亚--</option>

      <option>--意大利--</option>

     

11.保存键:1)<input type="button" value="保存">

          2)<button>保存</button>

以上是关于第二天的主要内容,如果未能解决你的问题,请参考以下文章

javaSE第二天

代练第二天

mybatis第二天

安卓第二天笔记-数据保存

python第二天

CSS第二天