example2-9.html

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

HTML
22
字号
<html><head>	<title>Example 2-9</title>		<style type="text/css">			A { text-decoration: none; font-style: italic;}		B { font-family: verdana; font-size: 20px; font-weight: bold; }		</style></head><body bgcolor="#FFFFFF">Here's some normal text.<p><a href="http://www.wire-man.com">Wire Man!</a><p><b>This is bold.</b></body></html>

⌨️ 快捷键说明

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