巧妙地用HTML打開Windows文件管理
發(fā)表時間:2024-01-03 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要](一)代碼演示<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Insert title here</title></head>&l...
(一)代碼演示
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<fieldset>
<legend>注冊</legend><form action="#" method="post">
<table cellpadding="2" align="center">
<tr>
<td align="right" >用戶名:</td>
<td><input type="text" name="username"/> </td>
</tr>
<tr>
<td align="right" >密碼:</td>
<td> <input type="password" name="password"/> </td>
</tr>
<tr>
<td align="right" >性別:</td>
<td>
<input type="radio" name="gender" value="male"/>男
<input type="radio" name="gender" value="female"/>女
</td>
<tr>
<td align="right">擅長:</td>
<td>
<input type="checkbox" name="" value=""/>Java
<input type="checkbox" name="" value=""/>Hadoop
<input type="checkbox" name="" value=""/>PHP
</td>
</tr>
<td align="right">頭像:</td>
<td>
<input type="file" name="photo"/>
</td>
<tr>
</tr>
<td colspan="2" align="center">
<input type="submit" value="注冊">
<input type="reset" value="重置">
</td>
<tr>
</tr>
</table>
</form>
</fieldset>
</body>
</html>
(二)效果圖
以上就是巧妙地用HTML打開Windows文件管理的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!
網(wǎng)站建設(shè)是一個廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護的網(wǎng)站。