?? fig27_22.html
字號(hào):
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Fig. 27.22: fig27_22.html -->
<html>
<head>
<title>Datbase query</title>
</head>
<body background = "images/back.gif">
<basefont face = "arial, sans-serif" size = "2">
<font size = "+2">
<strong>Enter a search string and click Find.</strong>
</font><br>
<form method = "post" action = "cgi-bin/fig27_23.py">
<input type = "text" name = "search"><br>
<input type = "submit" value = "Find"><br>
<input type = "radio" name = "database"
value = "MySQL" checked>
MySQL
<input type = "radio" name = "database"
value = "Access">
Microsoft Access
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -