上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
摘要: 用一种特殊形式表示字符例如   表示空格 < 小于号 > 大于号 & & ¥ ¥ &copy 版权所有 × × ÷ ÷ 详细参考 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)
摘要: 块级元素:类似于段落标签、div,独占一行自动换行,什么都可以写 行级元素:类似于 input ,不能写块级元素 特殊规则:h1-h6不能嵌套,p标签里面不能写块元素 HTML5的基本骨架 <!DOCTYPE html> <html lang="en"> <head> </head> <body> 阅读全文
posted @ 2023-11-03 20:58 by1314 阅读(43) 评论(0) 推荐(0)
摘要: 数组 数组定义 name=(value0 value1 value2...) name=($(生成列表的命令)) echo "${name[0]}" #输出下标为 0 的元素 ps:数组下标从 0 开始 1)对数组元素进行遍历 for i in ${name[@]} do echo $i done 阅读全文
posted @ 2023-10-11 15:26 by1314 阅读(35) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
浏览器标题切换
浏览器标题切换end