使用后浏览器不再使用当前文档的URL,而使用指定的URL来解析所有的相对URL。其中包括,,,
<div style="margin-top:1000px">div>
href = "...">...:在同一页面跳转
...:在新页面跳转
其中,href = "..."被称为属性attribute,属性名称为href
- <ul>
- <li>...li>
- ul>
- <ol>
- <li>...li>
- ol>
快捷创建:

回车

action可以被指向一个文件,来处理后续的逻辑问题
method是提交方式
<button>This is a Buttonbutton>
<img style="width:100vw" src="img/pic.jpg" alt="This is a img tag">
src:图像源地址
alt:当因某些原因图像无法正常显示时,显示alt内容
style="width:100vw":占100%的浏览器宽度
<p><abbr title="Massachusetts Institute of Technology">MITabbr> is a prestigious collegep>
输入框
- <input type = "text" name = "userName">
- <input type = "password" name = "userPwd">