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

📄 design_button.html

📁 《PHP和MySQL Web开发》(第三版) Source
💻 HTML
字号:
<html>
<head>
  <title>Create buttons</title>
<head>
<body>
<h1>Create buttons</h1>
<form method="post" action="make_button.php">
Type button text:<br />
<input type="text" name="button_text"><br /><br />
Choose button color:<br />
<input type="radio" name="color" value="red">Red<br />
<input type="radio" name="color" value="green">Green<br />
<input type="radio" name="color" value="blue">Blue<br /><br />
<input type="submit" value="Create button">
</form>
</body>

⌨️ 快捷键说明

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