daily commit

This commit is contained in:
2022-06-27 17:10:03 +08:00
parent ef02128887
commit 3950a2392d
2 changed files with 103 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
- 在html中< > ' " 都是特殊的符号其都是html语法的一部分故而在文本中如果存在这些特殊字符可以通过特殊的引用来表示该特殊字符
- 特殊的用来表示该类字符的表达式以&开头,以;结尾,具体如下
```shell
<div 可以用 &lt; (less than)
< 可以用 &lt; (less than)
> 可以用 &gt; (greater than)
" 可以用 &quot;
' 可以用 &apos;