example2-4.html

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

HTML
25
字号
<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<p><a href="http://www.wire-man.com/" class="green">Wire Man! Is this green?</a></span></body></html>

⌨️ 快捷键说明

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