a标签

iframe 标签
嵌套页面

name跟a标签结合起来才有用
链接
链接
链接
链接
下载
下载
content-type:Content-Type: application/octet-stream
下载

a 标签
跳转页面(HTTP GET 请求)
href =“qq.com” 相对路径,当做文件
href =“//qq.com” 当前协议
因为不能用file协议,所以装 http-server -c -1(不缓存)
或者上传到github
a标签跳转页面是 get请求

form 标签,第4部分
如果form表单里面没有提交按钮,便无法提交


你可能感兴趣的:(a标签)