tryit_view.asp@filename=trycss_font-weight

来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYCSS_FONT-WEIGHT 代码 · 共 19 行

ASP@FILENAME=TRYCSS_FONT-WEIGHT
19
字号
<html>
<head>
<style type="text/css">
p.normal {font-weight: normal}
p.thick {font-weight: bold}
p.thicker {font-weight: 900}
</style>
</head>

<body>
<p class="normal">This is a paragraph</p>

<p class="thick">This is a paragraph</p>

<p class="thicker">This is a paragraph</p>
</body>

</html>

⌨️ 快捷键说明

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