前端
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!-- 头部分,主要是告知浏览器当前网页的附加信息,字符集,标题,样式等 -->
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="author" content="flykhan" />
|
||||
<meta name="keywords" content="c c++ 物联网" />
|
||||
<title>主页-Disen快乐C开发课堂</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="top">所有课程列表</h1>
|
||||
<a href="h.html" target="_blank" title="提示的信息">HTML的6个级别</a><br />
|
||||
<a href="hi.html" target="content_frame">第一个页面</a><br />
|
||||
<a href="meta.html" target="content_frame">meta标签</a><br />
|
||||
<a href="table.html" target="_blank">个人简历</a><br />
|
||||
<a href="table2.html" target="content_frame">libnet库函数列表</a><br />
|
||||
<a href="form1.html" target="_blank">表单1</a><br />
|
||||
<a href="form2.html" target="_blank">注册用户</a><br />
|
||||
<a href="form3.html" target="_blank">上报数据</a><br />
|
||||
<a href="form4.html" target="_blank">内联样式</a><br />
|
||||
<a href="css1.html" target="_blank">css1</a><br />
|
||||
|
||||
<a href="#footer">前往底部</a><br />
|
||||
<a
|
||||
href="http://www.biquge66.net/book/101/204087.html"
|
||||
target="content_frame"
|
||||
>上门龙婿-第一集</a
|
||||
><br />
|
||||
|
||||
<!-- 页内窗口 -->
|
||||
<iframe name="content_frame" width="100%" height="600px"></iframe>
|
||||
<div style="height: 800px"></div>
|
||||
<p id="footer">
|
||||
我是最后一段信息...
|
||||
<a href="#top">回到顶部</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user