Derived Channel
1.54K subscribers
252 photos
4 videos
374 files
68 links
القناة الأساسية
@stepbystep001

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
The response is displayed in a new window or tab
Anonymous Quiz
93%
_blank
3%
_self
2%
_parent
1%
_top
1%
framename
The method attribute specifies the HTTP method to be used when submitting the form data
Anonymous Quiz
94%
T
6%
F
The form-data can be sent as URL variables
Anonymous Quiz
26%
method=”post”
74%
method=”get”
HTTP post transaction
Anonymous Quiz
88%
method=”post”
12%
method=”get”
The default HTTP method when submitting form data is Post.
Anonymous Quiz
51%
T
49%
F
Always use … if the form data contains sensitive or personal information!
Anonymous Quiz
86%
post
14%
get
Appends the form data inside the body of the HTTP request
Anonymous Quiz
49%
post
51%
get
the submitted form data is not shown in the URL
Anonymous Quiz
74%
post
26%
get
Appends the form data to the URL, in name/value pairs
Anonymous Quiz
10%
post
90%
get
The length of a URL is limited
Anonymous Quiz
19%
post
81%
get
Useful for form submissions where a user wants to bookmark the result
Anonymous Quiz
18%
post
82%
get
max length of the URL in get method is
Anonymous Quiz
7%
512 character
23%
1024 character
52%
2048 character
18%
4096 character
has no size limitations, and can be used to send large amounts of data
Anonymous Quiz
87%
post
13%
get
Form submissions cannot be bookmarked
Anonymous Quiz
86%
post
14%
get
the submitted form data is not shown in the URL
Anonymous Quiz
88%
post
12%
get
is good for non-secure data, like query strings in Google
Anonymous Quiz
18%
post
82%
get
NEVER use to send sensitive data!
Anonymous Quiz
20%
post
80%
get
the submitted form data is visible in the URL!
Anonymous Quiz
15%
post
85%
get
The autocomplete attribute specifies whether a form should have autocomplete on or off
Anonymous Quiz
97%
T
3%
F
When autocomplete is off, the browser automatically complete values based on values that the user has entered before
Anonymous Quiz
35%
T
65%
F
The novalidate attribute is a boolean attribute
Anonymous Quiz
89%
T
11%
F