📄 icon.jsp
字号:
<%@ taglib uri="/WEB-INF/icontag.tld" prefix="icon" %>
<html>
<head>
<title>Icon Tag Demo - (C) 2004 - Jenkov Development</title>
<link rel="stylesheet" href="/prizetagsdemo/stylesheet.css" type="text/css">
</head>
<body>
Try moving the mouse over the icon below, and pressing down the left mouse button.
<br/>
See how the image changes.
<br/><br/>
<icon:icon src="plus.gif" alt="New" deactivated="tru" />
<br/><br/>
The JSP tag code used to generate this icon is only
<br/><br/>
<code><icon:icon src="plus.gif" alt="New" /></code>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -