标签使用截图样式
![image-20210707151958897]()
标签使用代码及注释
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>a标签,src标签,table标签使用</title> </head> <body> <a href="https://gylq.github.io/" target="_self">孤桜懒契的博客</a><br/> <a href="https://gylq.github.io/" target="_blank">孤桜懒契的博客</a>
<img src="1.jpg" alt="qq图片">
<table border="1" cellpadding="10" cellspacing="2"> <tr><th>#</th><th>名字</th><th>年龄</th></tr> <tr><td>1</td><td>刘备</td><td>11</td></tr> <tr><td>2</td><td>张飞</td><td>22</td></tr> <tr><td>3</td><td>关羽</td><td>33</td></tr> <tr><td>总数</td><td colspan="2">3人</td></tr> </table> <table border="1" cellpadding="10" cellspacing="2"> <tr><th>#</th><th>名字</th><th>年龄</th></tr> <tr><td>1</td><td>刘备</td><td>11</td></tr> <tr><td>2</td><td>张飞</td><td>22</td></tr> <tr><td>3</td><td>关羽</td><td rowspan="2">33</td></tr> <tr><td>4</td><td>小羽</td></tr> </table>
<a name="top"></a> <p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p>https://gylq.github.io/</p><p> <a href="#top">返回头部</a> </body> </html>
|
我的个人博客
FROM:gylq.gitee Author:孤桜懶契
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
点赞
https://cn-sec.com/archives/729955.html
复制链接
复制链接
-
左青龙
- 微信扫一扫
-
-
右白虎
- 微信扫一扫
-
评论