2017.3.1

1、表格的背景颜色应该怎么加?
<table bgcolor="pink"></table>

2、如何直接给文字加样式?
<font color/size/family></font>

3、表格中的文字如何居中?
<td align="center"></td>

4、表格的边框如何设置?
<table border="1" cellspacing="0" width="" height=""><table>

5、列如何合并?
<th colspan="2"></th>

6、怎样限制<input>的输入数?
<input type="password" value="请输入密码" maxlength="6"><font size="color">最多输入六个字符</font>

posted @ 2017-03-01 06:54  行走de猫  阅读(147)  评论(0编辑  收藏  举报