📄 网页.html.bak
字号:
<html>
<head>
<title>我是这个网页的标题</title>
<h1>我的连接<a id = "biaoti"></a></h1>
</head>
<body>
<p>这是我的第一个网页。</p>
<p>这是我的第一个<b>网页</b></p>
<p>这是我的第一个<strong>网页</strong></p>
<hr />
<hr size = "10">
<!<table border = "none">
<h1>小菜</h1>
<h2>阿三</h2><br /><h3>welcom to C#!</h3>
<p><strong><em>既不回头,何必不忘。<br />
若是无缘,何需誓言。<br />今日种种,似水无痕。<br />
今夕明夕,君已陌路。</em></strong></p>
<p><a href = "这个超级链接将指向的网址">页面上将要显示的文字或者图片等</a><br />
<a href = "http://www.xiaonei.com">校内网</a>
<a href = "#biaoti">回到标题</a><br />
<a href = "mail to sxinhe@163.com">联系我</a></p>
<form>姓名:<input type = "text" name = "user"/><br />
密码:<input type = "password" name = "pass" /><br />
<input type = "button" name = "btnOk" value = "按钮" /><br />
男<input type = Radio name = "rdsex" checked = checked />
女<input type = Radio name = "rdsex"/> <br />
爱好:<input type = "checkbox" name = "item1" value = "movie" checked = checked />电影
<input type = "checkbox" name = "item2" value = "swim" />游泳
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -