列表示例:
图片链接示例:
列表代码如下
`<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>4月份商品进货表</title></head><body><!-- width是表格大小 --><table border="1" width="350"><!-- font-weight设置字体粗细 size设置字体大小 color设置颜色代码 --><caption style="font-weight:800 ; font-size: 20px;color: rgb(242, 8, 8);">4月份商品进货表</caption><!-- thead是表头 --><!-- 该style是用于设置字体属性 大小加粗减细 以及设置字体居中 --><thead style="font-weight: 800;text-align:center;"><tr><td>批次号</td><td>商品名字</td><td>进货时间</td><td>录入员</td><td>进货价格</td><td>是否已入库</td></tr></thead><!-- tr是行 --><!-- td是内容 --><tr style="font-weight: 800;text-align:center;"><td>1</td><td>火腿肠</td><td>11号</td><td>隔壁老王</td><td>2元</td><td>是</td></tr><!-- 第2列 --><tr style="font-weight: 800;text-align:center;"><td>2</td><td>红牛</td><td>11号</td><td>隔壁老王</td><td>4元</td><td>是</td></tr><tr style="font-weight: 800;text-align:center;"><td>3</td><td>泡面</td><td>11号</td><td>隔壁老王</td><td>4.5元</td><td>是</td></tr><tr style="font-weight: 800;text-align:center;"><td>4</td><td>凤爪</td><td>11号</td><td>隔壁老王</td><td>1.5元</td><td>是</td></tr></table></body></html>`
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>图片链接列表</title></head><body><a href="https://php.cn">php中文网<img src="https://img0.baidu.com/it/u=1434542820,820460177&fm=253&fmt=auto&app=138&f=PNG?w=542&h=300" alt="php中文网"></a><a href="https://php.cn">php中文网<img src="https://img0.baidu.com/it/u=1434542820,820460177&fm=253&fmt=auto&app=138&f=PNG?w=542&h=300" alt="php中文网"></a><a href="https://php.cn">php中文网<img src="https://img0.baidu.com/it/u=1434542820,820460177&fm=253&fmt=auto&app=138&f=PNG?w=542&h=300" alt="php中文网"></a></body></html>
相关推荐
© 2020 asciim码
人生就是一场修行