tryit_view.asp@filename=tryhtml_formattingch

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

ASP@FILENAME=TRYHTML_FORMATTINGCH
52
字号
<html>
<body>

<b>This text is bold</b>

<br>

<strong>
This text is strong
</strong>

<br>

<big>
This text is big
</big>

<br>

<em>
This text is emphasized
</em>

<br>

<i>
This text is italic
</i>

<br>

<small>
This text is small
</small>

<br>

This text contains
<sub>
subscript
</sub>

<br>

This text contains
<sup>
superscript
</sup>

</body>
</html>

⌨️ 快捷键说明

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