您好,登錄后才能下訂單哦!
一個網頁包含:
html骨架
css 潤色
js 動態
<pre>預定義
<br/> 換行
<html>
<head>
<title>我的第一個html登錄</title>
</head>
<body>
<h2>表單的使用</h2>
<pre>
post:提交數據,基于http協議的不同,量大 ,請求參數url不可見,安全<br/>
get:默認方式,獲取數據,如果要提交數據則量小,請求參數url可見,不安全<br/>
action : 請求web服務器的資源,路徑 <br/>
name:作為后端使用,區分唯一 <br/>
id:作為前端使用,區分唯一 <br/>
<pre>
<form method="post" action="http://localhost:8888/index.html">
用戶名:<input type="text" name="uname" id="uname"/>
密碼:<input type="password" name="pwd" id="pwd"/>
<input type="submit" value="登錄"/>
</form>
</body>
</html>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。