Skip to content

Instantly share code, notes, and snippets.

@easonhan007
Created May 12, 2013 02:14
Show Gist options
  • Save easonhan007/5562146 to your computer and use it in GitHub Desktop.
Save easonhan007/5562146 to your computer and use it in GitHub Desktop.
最基本的html标签
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>基本的html标签</title>
</head>
<body>
<h2>标题</h2>
<p>段落</p>
<a href="#">链接</a>
<a href="javascript:;">链接</a>
<img src="http://2.su.bdimg.com/icon/weather/a1.jpg"></img>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment