Posted on:
Last modified:
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
Multiple spaces in html is displayed as one, to show multiple space
<pre>
around the word
<img src="image.jpg" loading="lazy" alt="Alternative Text" />
其他资源加载优先级可以用 importance
<img src="img/carousel-4.jpg" importance="low">
<script src="async_but_important.js" async importance="high"></script>
<a href="path/to/file" download> Download </a>
<form method="GET" id="myform"></form>
<table>
<tr>
<td>
<input type="text" name="username" form="myform" />
<button form="myform">OK</button>
</td>
</tr>
</table>
for (let e of document.getElementsByTagName('*')) {
e.style.outline = '1px solid red'
}
© 2016-2022 Yifei Kong. Powered by ynotes
All contents are under the CC-BY-NC-SA license, if not otherwise specified.
Opinions expressed here are solely my own and do not express the views or opinions of my employer.
友情链接: MySQL 教程站