example2-1.html

来自「CSS&DHML编程」· HTML 代码 · 共 24 行

HTML
24
字号
<html><head>	<title>Stylesheet Example 1</title>	<style type="text/css">			.bigText		{			font-family: arial;			font-weight: bold;			font-style: italic;			font-size: 40pt;			color: red;		}	</style></head><body>Here's some normal text<p><span class="bigText">Monster Text!</span> Next to big text.</body></html>

⌨️ 快捷键说明

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