diff --git a/imgs/9-29/929-2.PNG b/imgs/9-29/929-2.PNG new file mode 100644 index 0000000000000000000000000000000000000000..3cf56a17a937263205ed3ce40ecf255633f85c70 Binary files /dev/null and b/imgs/9-29/929-2.PNG differ diff --git a/imgs/9-29/929-3.PNG b/imgs/9-29/929-3.PNG new file mode 100644 index 0000000000000000000000000000000000000000..d08ef93f2ef2c5dcf6df24507ee92988e468babb Binary files /dev/null and b/imgs/9-29/929-3.PNG differ diff --git a/imgs/9-29/929.PNG b/imgs/9-29/929.PNG new file mode 100644 index 0000000000000000000000000000000000000000..bb14afd2595d73c88c135dd0762cb618f45684b9 Binary files /dev/null and b/imgs/9-29/929.PNG differ diff --git "a/imgs/9-29/929\344\273\243\347\240\201.PNG" "b/imgs/9-29/929\344\273\243\347\240\201.PNG" new file mode 100644 index 0000000000000000000000000000000000000000..fb04c268f91f71f4b5d385ea7e56e7b68657a3b6 Binary files /dev/null and "b/imgs/9-29/929\344\273\243\347\240\201.PNG" differ diff --git a/imgs/9-30/Video_20240930113019.wmv b/imgs/9-30/Video_20240930113019.wmv new file mode 100644 index 0000000000000000000000000000000000000000..60c27331bc79b85469c111f83b40c8395377f2fd Binary files /dev/null and b/imgs/9-30/Video_20240930113019.wmv differ diff --git "a/imgs/9-30/\350\277\233\351\230\266\344\275\234\344\270\232.PNG" "b/imgs/9-30/\350\277\233\351\230\266\344\275\234\344\270\232.PNG" new file mode 100644 index 0000000000000000000000000000000000000000..1cfd52be75207d1cf83ad25b42f701a1770dc382 Binary files /dev/null and "b/imgs/9-30/\350\277\233\351\230\266\344\275\234\344\270\232.PNG" differ diff --git "a/imgs/9-30/\350\277\233\351\230\266\344\275\234\344\270\232css\344\273\243\347\240\201.PNG" "b/imgs/9-30/\350\277\233\351\230\266\344\275\234\344\270\232css\344\273\243\347\240\201.PNG" new file mode 100644 index 0000000000000000000000000000000000000000..c3dae7c38ff3dd12b9a0cc2821db15b85b5c02d2 Binary files /dev/null and "b/imgs/9-30/\350\277\233\351\230\266\344\275\234\344\270\232css\344\273\243\347\240\201.PNG" differ diff --git a/imgs/list.PNG b/imgs/list.PNG new file mode 100644 index 0000000000000000000000000000000000000000..8929c6ec9a06025914dc7e03dfb5966058020e10 Binary files /dev/null and b/imgs/list.PNG differ diff --git "a/imgs/\350\203\214\346\231\257\345\233\276.jpg" "b/imgs/\350\203\214\346\231\257\345\233\276.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..5fd039cf08cf9d367e419e8f991af7b613a34621 Binary files /dev/null and "b/imgs/\350\203\214\346\231\257\345\233\276.jpg" differ diff --git "a/\345\220\264\344\275\263\346\225\217/20240904\347\254\254\344\270\200\346\254\241\350\257\276\345\240\202\347\254\224\350\256\260.md" "b/\345\220\264\344\275\263\346\225\217/20240904\347\254\254\344\270\200\346\254\241\350\257\276\345\240\202\347\254\224\350\256\260.md" new file mode 100644 index 0000000000000000000000000000000000000000..de6684ddb161e6efb34bf0290e1350f2e1f9328e --- /dev/null +++ "b/\345\220\264\344\275\263\346\225\217/20240904\347\254\254\344\270\200\346\254\241\350\257\276\345\240\202\347\254\224\350\256\260.md" @@ -0,0 +1,13 @@ +# git流程 +先从远程班级仓库`fork`到一个远程个人仓库再`clone`到本地仓库。由本地仓库修改完毕后`push`到远程个人仓库,最后`pr(pull request)`到远程本地仓库 +>VS code中以md为后缀名的文件显示图片 +> +# 一些技巧 +1. #几级标题 +2. *一个为斜体,两个为粗体,三个为斜粗体 +3. >为引用 +4. `为字体加上阴影背景(单个字),三个为段落 +5. |:-左对齐|:-:居中|-:右对齐| +6. 有序符号:1或者1) +7. 无序符号:+ - * + diff --git "a/\345\220\264\344\275\263\346\225\217/20240909\350\257\276\345\220\216\344\275\234\344\270\232.md" "b/\345\220\264\344\275\263\346\225\217/20240909\350\257\276\345\220\216\344\275\234\344\270\232.md" new file mode 100644 index 0000000000000000000000000000000000000000..7dfb11f2e1ff11ac5a1ac803dbba4abedbc2e484 --- /dev/null +++ "b/\345\220\264\344\275\263\346\225\217/20240909\350\257\276\345\220\216\344\275\234\344\270\232.md" @@ -0,0 +1,11 @@ +# 主流浏览器中的渲染引擎和js引擎 + +| 浏览器名称 | 渲染引擎 | js引擎 | +| :----------------- | ---------------- | --------------------------- | +| **IE 浏览器** | Trident 渲染引擎 | Chakra JavaScript 引擎 | +| **Firefox 浏览器** | Gecko 渲染引擎 | TraceMonkey JavaScript 引擎 | +| **Safari 浏览器** | Webkit 渲染引擎 | Nitro JavaScript 引擎 | +| **Chrome 浏览器** | Blink 渲染引擎 | V8 JavaScript 引擎 | +| Opera浏览器 | | CaraKan | +| Safari浏览器 | Webkit/Webkit2 | JSCore/Nitro(4+) | + diff --git "a/\345\220\264\344\275\263\346\225\217/20240909\350\257\276\345\240\202\347\254\224\350\256\260.md" "b/\345\220\264\344\275\263\346\225\217/20240909\350\257\276\345\240\202\347\254\224\350\256\260.md" new file mode 100644 index 0000000000000000000000000000000000000000..746c2edd91edcf0a58235dde1e5b056593ad843d --- /dev/null +++ "b/\345\220\264\344\275\263\346\225\217/20240909\350\257\276\345\240\202\347\254\224\350\256\260.md" @@ -0,0 +1,23 @@ +#  + +# HTML的专有名词 + +1.网页:由各种标记组成的一个页面就叫网页 + +2.主页(首页):一个网站的起始页面或者导航页面 + +3.标记:比如
称为开始标记,
称为结束标记,也叫标签,每个标签都规定好了特殊的含义 + +4.元素:比如内容
称为元素 + +5.属性:给每一个标签的辅助信息 + +6.XHTML:符合xml语法标准的HTML + +7.DHTML:dynamic,动态的,是js+css+html合起来的页面 + +8.HTTP:超文本传输协议,用来规定客户端浏览器和服务器交互时数据的一个格式 + +9.SMTP:邮件传输协议 + +10.FTP:文件传输协议 \ No newline at end of file diff --git "a/\345\220\264\344\275\263\346\225\217/20240911\350\257\276\345\220\216\344\275\234\344\270\232.html" "b/\345\220\264\344\275\263\346\225\217/20240911\350\257\276\345\220\216\344\275\234\344\270\232.html" new file mode 100644 index 0000000000000000000000000000000000000000..9890c71f0f5c66bba1ea3e10410cd0c1478e6a58 --- /dev/null +++ "b/\345\220\264\344\275\263\346\225\217/20240911\350\257\276\345\220\216\344\275\234\344\270\232.html" @@ -0,0 +1,30 @@ + + + + + +
+ 1. 如何给p标签中的内容居中
+A.使用p标签创建一行文字,给p标签添加一个class属性,设置为test。
+B.在css标签内,通过class定义p标签的样式,设置它的高度为50px,宽度为200px,背景颜色为灰色。
+C.在css标签内,再使用line-height属性设置p标签的行高为50(与高度相同),便可以实现内容居中
+
+
+
`组成的。 所以我们要记住,一个表格是由行组成的(行是由列组成的),而不是由行和列组成的。 在以前,要想固定标签的位置,唯一的方法就是表格。现在可以通过CSS定位的功能来实现。但是现在在做页面的时候,表格作用还是有一些的。 **`
|