Html- form form-related tags

<Form> Usage form form fields

<-! Action in response to said interfaces for the operation log representation method for submitting the data to the browser to the server ->
. 1  < body > 
2  <-! Action response indicating the interface for operation log representation method for submitting data to the server of the browser -> 
. 3  < form Action = "" method = "POST" > 
. 4      < P > the User: < INPUT type = "text"   name = "username" value = "" /> </ P > 
. 5      < P > Pssword: < INPUT type = "password" name = "pwd" value = ""/></p>
6     <p><input type="submit" value="submit"/></p>
7 
8 </form>
9 </body>

 

Chrom can be monitored in the message sent by the browser to the server in the network, as follows:

 

 

Guess you like

Origin www.cnblogs.com/GooKiki/p/11490837.html