Skip to content

Instantly share code, notes, and snippets.

@easonhan007
Created May 12, 2013 07:28
Show Gist options
  • Save easonhan007/5562743 to your computer and use it in GitHub Desktop.
Save easonhan007/5562743 to your computer and use it in GitHub Desktop.
内嵌框架
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>iframe</title>
</head>
<body>
<h3>内嵌框架</h3>
<iframe src="http://www.baidu.com/" width="800" height="600"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment