⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 colorpicker.html

📁 很不错的一个获取html色彩值的Applet
💻 HTML
字号:
<html>
<head>
	<title>ColorPicker</title>
</head>

<body link="#0000BB" vlink="#0000BB">

<h2><font color="#5000E0">ColorPicker</font></h2>
<b>Version : 1.0</b><br>
<b>Last revised date : 05/03/2001</b>
<br><br>
<applet code=colorpicker.class width=400 height=400>
</applet>

<font face="Arial" size="-1"><p align="justify">ColorPicker is a simple hexadecimal color code generator. The following methods can be used to choose the desired color:</p>

<ul>
<li>Click on the hue-saturation map to choose the color and fine-tune it using the brightness map.
<li>Type in the colour intensity (from 0 to 255) in the text field, then click on the "Display Color" button.
</ul>

<p align="justify">ColorPicker is freeware. The latest version of the applet is available at <a href="http://www.navsurf.com">NavSurf.com</a>.</p>
</font>
<br><br>
</body>
</html>

⌨️ 快捷键说明

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