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

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
element defines a clickable button
Anonymous Quiz
4%
<span>
1%
<p>
92%
<button>
2%
<h1>
defines a button for submitting the form data to a form-handler
Anonymous Quiz
3%
<input type=”text”>
2%
<input type=”password”>
95%
<input type=”submit”>
0%
<input type=”number”>
The form-handler is typically a file on the server with a script for processing input data
Anonymous Quiz
93%
T
7%
F
The form-handler is typically a file on the server with a script for processing input data
Anonymous Quiz
95%
T
5%
F
defines a reset button that will reset all form values to their default values
Anonymous Quiz
2%
<input type=”text”>
88%
<input type=”reset”>
2%
<input type=”submit”>
9%
<input type=”clear”>
If you change the input values and then click the "Reset" button, the form-data will not be reset to the default values
Anonymous Quiz
26%
T
74%
F
element defines a multi-line input field
Anonymous Quiz
5%
<input type=”text”>
95%
<textarea></textarea>
element defines a single-line input field
Anonymous Quiz
97%
<input type=”text”>
3%
<textarea></textarea>
attribute specifies the visible number of lines in a text area
Anonymous Quiz
17%
cols
83%
rows
attribute specifies the visible width of a text area
Anonymous Quiz
93%
cols
7%
rows
element is used to group related data in a form
Anonymous Quiz
85%
<fieldset></fieldset>
15%
<legend></legen>
… element defines a caption for the … element
Anonymous Quiz
70%
<legend> - <fieldset>
30%
<fieldset> - <legend>
element represents the result of a calculation (like one performed by a script).
Anonymous Quiz
4%
<input>
55%
<output>
15%
<process>
26%
<result>
each input field must have a name attribute to be submitted
Anonymous Quiz
91%
T
9%
F
If the name attribute is omitted, the value of the input field will not be sent at all
Anonymous Quiz
78%
T
22%
F
The action attribute defines the action to be performed when the form is submitted
Anonymous Quiz
90%
T
10%
F
Usually, the form data is sent to a file on the server when the user clicks on the submit button
Anonymous Quiz
96%
T
4%
F
action file contains a server-side script that handles the form data
Anonymous Quiz
94%
T
6%
F
…. attribute specifies where to display the response that is received after submitting the form
Anonymous Quiz
9%
href
68%
target
11%
name
12%
pattern
the response is displayed in the full body of the window
Anonymous Quiz
14%
_blank
17%
_self
7%
_parent
51%
_top
11%
framename