HTML 标签 表格 - 叶子刮椰子

HTML 标签 表格

<html> --开始标签

  <head>

    网页上的控制信息

<title>页面标题</title>

  </head>

  <body>

    页面显示的内容

  </body>

</html> --结束标签

代码写在body里面

<!--注释内容--> 注释

body的属性:

bgcolor 页面背景色 text 文字颜色

topmargin 上页边距 leftmargin 左页边距

rightmargin 右页边距 bottomargin 下页边距 background 背景壁纸。

一、格式控制标签

<font color="" size=""></font> 控制字体;color="##FF0000";face,字体;size,字体大小

<b></b> 字体加粗

<i></i> 倾斜

<u></u> 下划线

<strong></strong> 字体加粗(强调,语气加强用)

<em></em> 字体倾斜(强调,语气加强用)

<center></center> 居中(前后有内容时自动换行 内容会单独占据一行)

<br> 或<br /> 相当于回车

&nbsp 表示空格 也可以在设计页面中按ctrl+shift+space

二、内容容器标签

<h1></h1>……<h6></h6> 标题(会自动换行)。

<p></p> 段落标签(段落之间空行)

<div></div> 层标签(默认占一行)

<span></span> 层标签(默认用多大空间占多大空间)

<ol type="1"> --有序列表,序号为1,2,3……,引号中可以更改序号形式

<li>内容</li>

<li>内容</li>

</ol> --上面“ol”改为“ul”则为无序列表

三、超链接、图片标签

<a href="超链接地址" target=“_blank”>超链接的文字</a> --href(hyperlink reference);_blank是在新窗口打开。

类似返回顶部或返回特定位置的链接:

第一步:做锚点的标签。<a name=""></a>

第二步:做锚点链接。<a href="目标链接的name的值"></a>

图片:

<img src="图片地址" alt="文字" width="" height="" title="" /> --高跟宽设置一个即可,显示图片会按比例缩放。alt在图片无法加载时,显示文字,title为鼠标指上时显示的介绍文字。

四、表格

<table></table> 表格

width: 宽度。可以用像素或百分比表示。常用960像素。

border: 边框。常用值0。

cellpadding: 内容跟单元格边框的边距。常用值0。

cellspacing: 单元格之间的间距。常用值0。

align: 对齐方式。

bgcolor: 背景色。

background: 背景图片。

<tr></tr> 行

align: 一行的内容的水平对齐方式

valign: 一行的内容的垂直对齐方式

height: 行高

bgcolor: 背景色

background: 背景图片

<td></td> 单元格

<th></th> 表头,单元格的内容自动居中、加粗

align: 单元格的内容的对齐方式

valign: 单元格的内容的垂直对齐方式

width: 单元格宽度

height: 单元格高度

bgcolor: 背景色

background: 背景图片

内容必须放在单元格里,单元格必须放在行里,行必须放在表格里。设置单元格行高、列高时,会同时影响对应的行或列

单元格合并:

colspan="n" 合并同一行单元格(后面写代码要减去相对应的列)

rowspan="n" 合并同一列单元格(从第二行开始减去对应的列)。

个人简历:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>个人简历</title>
</head>

<body>
<title><center>
  <strong>个人简历</strong>
</center></title>
<center>
  
      <td width="613" height="1271" align="center" valign="top"><table width="598" height="429"  cellpadding="0" cellspacing="0">
        <tr align="center">
          <td colspan="6"><strong>个人简历</strong></td>
          
        </tr>
        <tr>
          <td width="97" align="center" ><strong>姓名</strong></td>
          <td width="116" >&nbsp;</td>
          <td width="97" align="center" ><strong>性别</strong></td>
          <td width="116">&nbsp;</td>
          <td rowspan="3"><img src="QQ截图20161026102426.png" width="150" height="180"</td>
          </tr>
        <tr>
          <td align="center" ><strong>出生年月</strong></td>
          <td >&nbsp;</td>
          <td align="center" ><strong>政治面貌</strong></td>
          <td >&nbsp;</td>
          </tr>
        <tr>
          <td align="center" ><strong>民族</strong></td>
          <td >&nbsp;</td>
          <td align="center" ><strong>学历</strong></td>
          <td >&nbsp;</td>
          </tr>
        <tr>
          <td align="center" ><strong>籍贯</strong></td>
          <td >&nbsp;</td>
          <td align="center" ><strong>联系方式</strong></td>
          <td >&nbsp;</td>
          </tr>
        <tr>
          <td align="center" ><strong>身高</strong></td>
          <td >&nbsp;</td>
          <td align="center" ><strong>体重</strong></td>
          <td >&nbsp;</td>
          </tr>
        <tr>
          <td height="82" align="center" ><strong>英语水平</strong></td>
          <td >&nbsp;</td>
          <td align="center" ><strong>计算机水平</strong></td>
          <td colspan="3" >&nbsp;</td>
          </tr>
        <tr>
          <td align="center" ><strong>系别</strong></td>
          <td colspan="5" >&nbsp;</td>
          </tr>
        <tr>
          <td align="center" ><strong>专业</strong></td>
          <td colspan="5" >&nbsp;</td>
          </tr>
      </table>
        <table width="586" height="24"  align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td>&nbsp;</td>
          </tr>
      </table>
        <table width="601" height="176"  cellpadding="0" cellspacing="0">
          <tr>
            <td colspan="3" align="center"><strong>教育情况</strong></td>
          </tr>
          <tr>
            <td width="195" align="center"><strong>时间</strong></td>
            <td width="195" align="center"><strong>学校</strong></td>
            <td width="203 "align="center"><strong>学历</strong></td>
          </tr>
          <tr>
            <td >&nbsp;</td>
            <td ><a href="http://www.cnblogs.com/lemon233-/"><strong>汉企培训博客园</strong></a></td>
            <td >&nbsp;</td>
          </tr>
          <tr>
            <td >&nbsp;</td>
            <td >&nbsp;</td>
            <td >&nbsp;</td>
          </tr>
      </table>
        <table width="599" height="21"  cellpadding="0" cellspacing="0">
          <tr>
            <td>&nbsp;</td>
          </tr>
      </table>
        <table width="599" height="614"  cellpadding="0" cellspacing="0">
          <tr>
            <td width="595" height="45" align="center"><strong>工作经验</strong></td>
          </tr>
          <tr>
            <td background="../../../网页元素文件夹/背景图片/1-131104212050308.jpg"height="567" valign="top"><table width="597" height="272"  cellpadding="0" cellspacing="0">
              <tr>
                <td height="36" align="left"><blockquote><strong>专业经验</strong>:</blockquote></td>
              </tr>
              <tr>
                <td height="234" valign="top">&nbsp;</td>
              </tr>
            </table>
              <table width="597" height="297"  cellpadding="0" cellspacing="0">
                <tr>
                  <td height="40"><blockquote>
                    <p><strong>社会经验:</strong></p>
                  </blockquote></td>
                </tr>
                <tr>
                  <td height="255" valign="top">&nbsp;</td>
                </tr>
            </table></td>
          </tr>
      </table></td>
    </tr>
  </table>
</center>
</body>
</html>
</body>
</html>

posted on 2016-10-26 20:40 叶子刮椰子 阅读(137) 评论(0) 编辑收藏举报