1.添加Html5标识头
<!DOCTYPE html>
2.注释
<!-- -->
3.块元素
<h1> <p><ul><li><div>
4.内联元素
<a><b><em><img><span>
5.内联框架iframe
<body><iframe width="450" height="350" src="http://maps.google.co.uk/maps?q=moma+new+york&output=embed"></iframe></body>
嵌入地图。
seamless用于说明不需要嵌入滚动条。
6.meta
<head><title>Information About Your Pages</title><meta name="description" content="An Essay on Installation Art" /><meta name="keywords" content="installation, art, opinion" /><meta name="robots" content="nofollow" /><meta http-equiv="author" content="Jon Duckett" /><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="Fri, 04 Apr 2014 23:59:59 GMT" /></head>
description 用于描述网页信息
keywords 包含关键字,现已经少用
robots 指定搜索引擎是否可以把该页面加入搜索结果中。不希望加入使用noindex,希望搜索引擎加入但不要收集页面的其他页面。使用nofollow
author指名作者
pragma用于防止浏览器对页面缓存
expires用于指定页面过期时间。必须按照示例格式来显示时间。