摘要:
用一种特殊形式表示字符例如 表示空格 < 小于号 > 大于号 & & ¥ ¥ © 版权所有 × × ÷ ÷ 详细参考 MDN 阅读全文
posted @ 2023-12-14 20:36
by1314
阅读(16)
评论(0)
推荐(0)
摘要:
表单 表单也就是交互区域 <form action="https://www.baidu.com/s" target="_self" method="get"> <input type="text" name="wd"> <button>搜索</button> </form> form 表单标签 m 阅读全文
posted @ 2023-12-14 20:36
by1314
阅读(21)
评论(0)
推荐(0)
摘要:
iframe 嵌入 嵌入广告 <iframe src="网址" height="" width="" frameborder=""></iframe> 与超链接 target 关联 <a href="httos://www.toutiao.com" target="container">头条</a> 阅读全文
posted @ 2023-12-14 20:36
by1314
阅读(22)
评论(0)
推荐(0)