由 html head body 三部分组成
<!DOCTYPE html> <!-- 声明是html格式 --> <html> <head> <title>hello</title> <!-- 页面的标签--> <meta charset="utf-8"> <!-- 中文防止乱码 --> </head> <body> <!-- 页面的内容 --> <p>hello,你好。</p> </body> </html>type='disc'('square'、'circle'),分别对应 圆点、方块、空心圆;
<ul> <li></li> <li></li> <li></li> <li></li> </ul> 有序列表type='1' ('a'、'A'、'i'、'I')
<ol> <li></li> <li></li> <li></li> <li></li> </ol>
不会跳转 但会保留超连接的其他属性
<a href="#"></a> 属性内容解释href连接的地址大苏打target打开的方式_self、_blank、_top、_parenttitle连接的提示鼠标放在连接上会有提示name指定自己的锚名发辫其他a标签跳过来锚
...
下载一般的文件都是rar格式
邮箱 <a href="mail:邮箱地址"></a><i>斜体</i><em>斜体</em> <b>加粗</b><strong>加粗</strong> <sub>下标</sub> <sup>上标</sup> <ins>下划线</ins> <del>删除线</del>
转载于:https://www.cnblogs.com/learn-python-M/p/7593678.html
