• 18
  • Mar

精灵近期复习php的笔记,留作个人记录,不具备可读性。 

html基础复习

<caption></caption>是表格标题

<th></th>用于表格字段行,只适用于html4.0以上版本

<th clospan=3>列合并表格</th>

<td rowspan=3>行纵向合并表格</td>

 

postget方式提交的区别

post:大量数据时用,比如发贴,只在form中可用

get1kb以下数据,url传递

 

<frameset>用在<body>外面,整体框架描述

<frame><noframe>都是<frameset>的元素

<iframe>做站时用,网页内嵌套框

 

<form>单选框,用<input type=”radio” checked=”checked”/>

单选时,所有选项name都应该一样

checked为默认编辑表单

<hidden>用来表单的补参量提交

 

html注意事项

1.       缩进

2.       有始有终

3.       全小写

  

<table>

  <thead>  ——–表头

    <th>    —–专门用来写字段名

      <td></td>

    </th>

  </thead>

  <tbody> ——-用来填数据

    <tr>

      <td></td>

    </tr>

  </tbody>

</table>

             

htmlname不能以数字开头

 

样式表  cursore:pointer; 用于控制手型,控制鼠标形状

  

html 重点

1.       基本结构

            代码规范

            缩进 有始有终

            全小写

2.       表格

3.       表单

如果你觉得本文写的还不错,就请分享到你的微博里哈~

原载: 上海SEO优化研究院 | 作者: 精灵SEO
原文链接:http://www.lijinglin.com/phpreview-htmlreview.html
版权所有。转载时必须以链接形式注明作者和原始出处及本声明。

Tags:

阅读过本文的朋友还读过:

» You can leave a comment, or trackback from your own site.

RSS feed | Trackback URI

1条评论 »

2011-05-07 18:57:35

想现在开始学习

 
名称 (必填)
E-mail (required - never shown publicly)
URI
您的评论 (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> in your comment.