标签:eve blank developer 邮件 因此 数据表 也会 nload 屏蔽
HTML 元素(或称锚元素)可以创建通向其他网页、文件、同一页面内的位置、电子邮件地址或任何其他 URL 的超链接。
<a href="www.baidu.com">百度一下</a>
常用属性:
超链接可能的值:
target可能的值:
奇怪的要求:a href="javascript:;"
HTML 元素将一份图像嵌入文档。
发出GET请求,展示一张图片。
<img src = "" alt = ""></img>
常用属性:
响应式:max-width:100%
HTML的 table 元素表示表格数据 — 即通过二维数据表表示的信息。
<table>
<thead>
<tr>
<th>table header</th>
</tr>
</thead>
<tbody>
<tr>
<td>table body</td>
<td>with two columns</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>table foot</td>
</tr>
</tfoot>
</table>
效果:
table header | |
---|---|
table body | with two columns |
table foot |
table标签按照这个顺序:
emmmm前端还挺好玩的。。。
标签:eve blank developer 邮件 因此 数据表 也会 nload 屏蔽
原文地址:https://www.cnblogs.com/pipemm/p/12243542.html