📄 example.htm
字号:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<meta name="GENERATOR" content="Microsoft® HTML Help Workshop 4.1">
<Title>Detail</Title>
</HEAD>
<BODY>
<FORM action="http://exampleurl/cgi-bin/cgi_program" metion="post" name="exampleForm">
Name<BR>
<INPUT type="text" size="50" maxlength="50"><BR>
Address<BR>
<INPUT type="text" size="50"><BR>
City,State,Zip<BR>
<INPUT type="text" size="28">
<INPUT type="text" size="10">
<INPUT type="text" size="6">
<BR>
<B>Enter a password whitch you need when you call technical support:<B/>
<INPUT type="password" name="password" maxlength="16" value="****************"><br><p>
<B>What platform do you use? </B> <BR>
<INPUT type="radio" name="platform" value="win98">Windows 98
<INPUT type="radio" name="platform" value="winnt">Windows NT
<INPUT type="radio" name="platform" value="win2000" checked="true">Windows 2000
<INPUT type="radio" name="platform" value="winxp">Windows XP<BR><p>
<B>What types of software do you use?(check all that you apply)</B><BR>
<INPUT type="checkbox" name="wp" value="wp">Word Processing<BR>
<INPUT type="checkbox" name="ss" value="ss">Spreadsheets<BR>
<INPUT type="checkbox" name="js" value="js">JavaScript<BR>
<INPUT type="checkbox" name="gc" value="gc">Graphics/CAD<BR>
<INPUT type="checkbox" name="ja" value="ja">JAVA<BR><p>
Where will you use this product?<br>
<SELECT name="location" multiple="false" size="1">
<OPTION value="office" selected>Office
<OPTION value="home">Home
<OPTION value="school">School
<OPTION value="home_office">Home Office
</SELECT></p>
<TEXTAREA name="input_info" rows="10" cols="50">Enter any information of you here
</TEXTAREA><br><p>
<INPUT type="reset" value="复位">
<INPUT type="button" name="ok" value="确定" onClick="alert('You have clicked a command button!');">
<INPUT type="submit" name="submit_button" value="提交查询" onClick="alert('You have submitted the querying date!');">
<INPUT type="image" name="Submit" value="Submit" src="abs.jpg">
</FORM>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -