0427 Basic Label Learning

|-img tag
|--src The path to import the image
|--width The width of the
image|--height The height of the image|--titlt
The title displayed when the mouse moves over the image
|--alt The content displayed when the image cannot be loaded

<img src= " ../../xiaomi/xiaoguanggao.png " height= " 200px " width= " 200px " title= " Xiaomi computer " alt= " This is a picture of Xiaomi computer " />


|-table label
|--table table
|--border table border (default 1 pixel)
|--cellspacing space between tables
|--cellpadding space between content and table border
|--tr row
|--td column
|--width column width
|--height column height
|--align horizontal alignment: center center; right right; left left;
|--valing vertical alignment: top top; middle middle; bottom bottom;
|- -bgcolor background color (background background; color color;)
|--rowspan merge row (row row; occupy the position of the merged row, move the original row to the right, need to delete)
|--colspan merge column (column column; occupy the merged row The position of the merged column, the original column is moved down and needs to be deleted)

<table border="1px" cellspacing="0px" cellpadding="0px" align="middle">
            <tr align="center">
                <td height="40px" width="100px">姓名</td>
                <td width="100px"></td>
                <td width="100px">性别</td>
                <td width="100px"></td>
                <td width= " 100px " >Birthdate</td>
                <td width="100px"></td>
                <td rowspan="4" width="100px"></td>
            </tr>
            <tr align="center">
                <td height="40px">民族</td>
                <td></td>
                <td>Political Landscape</td>
                <td></td>
                <td>Height</td>
                <td></td>
            </tr>
            <tr align="center">
                <td height="40px">学制</td>
                <td></td>
                <td>Education</td>
                <td></td>
                <td>Household Registration</td>
                <td></td>
            </tr>
            <tr align="center">
                <td height="40px">专业</td>
                <td></td>
                <td colspan= " 2 " >Graduate School</td>
                <td colspan="2"></td>
            </tr>
            <tr align="center">
                <td colspan= " 7 " height= " 40px " ><b>Skills, Specialties or Hobbies</b></td>
            </tr>
            <tr align="center">
                <td height= " 40px " >Foreign language level</td>
                <td colspan="2"></td>
                <td>Computer</td>
                <td colspan="3"></td>
            </tr>
            <tr align="center">
                <td colspan="7" height="40px"><b>个人履历</b></td>
            </tr>
            <tr align="center">
                <td height="40px">时间</td>
                <td colspan="2">单位</td>
                <td colspan="4">经历</td>
            </tr>
            <tr align="center">
                <td height="40px">2002年4月</td>
                <td colspan="2"></td>
                <td colspan="4"></td>
            </tr>
            <tr align="center">
                <td height="40px">2003年3月</td>
                <td colspan="2"></td>
                <td colspan="4"></td>
            </tr>
            <tr align="center">
                <td height="40px">2003年8月</td>
                <td colspan="2"></td>
                <td colspan="4"></td>
            </tr>
            <tr align="center">
                <td colspan="7" height="40px"><b>联系方式</b></td>
            </tr>
            <tr align="center">
                <td height= " 60px " >Address</td>
                <td colspan="3"></td>
                <td>Contact number</td>
                <td colspan="2"></td>
            </tr>
            <tr align="center">
                <td height="50px">E-mail</td>
                <td colspan="3"></td>
                <td>Zip Code</td>
                <td colspan="2"></td>
            </tr>
            <tr align="center">
                <td colspan="7" height="60px"><b>自我评价</b></td>
            </tr>
        </table>
 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325009166&siteId=291194637
Recommended