标签:ext order das 在线 防止乱码 class 页面 www. title
由 html head body 三部分组成
<!DOCTYPE html> <!-- 声明是html格式 --> <html> <head> <title>hello</title> <!-- 页面的标签--> <meta charset="utf-8"> <!-- 中文防止乱码 --> </head> <body> <!-- 页面的内容 --> <p>hello,你好。</p> </body> </html>
<h1>Hello</h1> <!-- 标题标签 --> <p>hello,你好。</p> <!-- 段落标签 --> <pre></pre> <!-- 保持文本格式 --> <br/> <!-- 换行 --> <hr/> <!-- 水平线 -->
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>
五、定义列表
<dl> <dt>支付方式</dt> <dd>货到付款</dd> <dd>在线支付</dd> <dd>分期付款</dd> </dl>
六、图像标签
<img src="url" alt="图片提示文字" height="50" width="50">
七、超链接标签
<a href="https://www.baidu.com/"></a>
不会跳转 但会保留超连接的其他属性
<a href="#"></a>
爱爱爱爱爱爱 | 啊啊啊啊 | 啊啊啊啊啊啊啊 |
苏打水 | 大苏打 | 大苏打 |
阿大使 | 苏打水ads | 大苏打 |
打算 | sdas | 大苏打 |
锚
下载
邮箱
标签:ext order das 在线 防止乱码 class 页面 www. title
原文地址:http://www.cnblogs.com/learn-python-M/p/7593678.html