tryit_view.asp@filename=tryhtml_abbr

来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYHTML_ABBR 代码 · 共 16 行

ASP@FILENAME=TRYHTML_ABBR
16
字号
<html>
<body>

<abbr title="United Nations">UN</abbr>
<br>
<acronym title="World Wide Web">WWW</acronym>

<p>The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.</p>

<p>This only works for the acronym element in IE 5.</p>

<p>This works for both the abbr and acronym element in Netscape 6.2.</p>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?