12 2023 档案
摘要:全局属性:id、class、 id 作用:锚点、label 表单控件关联 注意:不用在<head>、<html>、<meta>、<script>、<style>、<title>使用该属性 仅限一个 html 不能重复 class 作用:指定类名,配合 CSS 表示样式 style CSS 设置样式
阅读全文
摘要:iframe 嵌入 嵌入广告 <iframe src="网址" height="" width="" frameborder=""></iframe> 与超链接 target 关联 <a href="httos://www.toutiao.com" target="container">头条</a>
阅读全文
摘要:表单 表单也就是交互区域 <form action="https://www.baidu.com/s" target="_self" method="get"> <input type="text" name="wd"> <button>搜索</button> </form> form 表单标签 m
阅读全文
摘要:用一种特殊形式表示字符例如 表示空格 < 小于号 > 大于号 & & ¥ ¥ © 版权所有 × × ÷ ÷ 详细参考 MDN
阅读全文