8.23 前端学习过程

学习过程:
1·学习了有序排列和无序排列及表格
2.老师讲述了一些在表格中常用的标签及属性
cellspacing表格框值
cellpadding表格里内容与列表值
colspan合并列
rowspan合并行

<input type="text" maxlength="6" placeholder="请输入。。。"/>
<input type="radio" />
<input type="checkbox" />
<input type="button" 登录 />
<input type="submit" 提交 />
<input type="reset" 重置 />
<select>
    <option>选择1</option>
    <option>选择2</option>
    <option>选择3</option>
</select>

3.完成嵌套的表格作业
4.预习了css选择器

猜你喜欢

转载自blog.csdn.net/wxx68686688/article/details/81983319