example2-5.html

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

HTML
23
字号
<html><head>	<title>Stylesheet Example 4</title>	<style type="text/css">			.green		{			color: green;			font-weight: normal;		}				</style></head><body>Here's some normal text<p><span class="green">Here's some green text</span><p style="font-family:verdana; font-size:25px; color:blue">Hi there!</p></body></html>

⌨️ 快捷键说明

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