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

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
in numeric field You can also set restrictions on what numbers are accepted
Anonymous Quiz
97%
T
3%
F
an attribute which specifies the minimum value for an <input> element
Anonymous Quiz
11%
minimum
86%
min
2%
maximum
1%
max
an attribute which specifies the maximum value for an <input> element
Anonymous Quiz
0%
minimum
1%
min
5%
maximum
94%
max
is used for input fields that should contain a date
Anonymous Quiz
91%
<input type = “date”>
9%
<input type = “file”>
You can also use the min and max attributes to add restrictions to dates
Anonymous Quiz
95%
T
5%
F
defines a file-select field and a "Browse" button for file uploads
Anonymous Quiz
5%
<input type = “date”>
95%
<input type = “file”>
an attribute which specifies that an input field should be preselected when the page loads (for type=”checkbox” or type=”radio”)
Anonymous Quiz
6%
disabled
83%
checked
7%
readonly
3%
pattern
an attribute which specifies that an input field should be disabled
Anonymous Quiz
88%
disabled
3%
checked
7%
readonly
2%
pattern
specifies the maximum number of character for an input field
Anonymous Quiz
34%
max
6%
maximum
15%
maximumlength
44%
maxlength
specifies that an input field is read only (cannot be changed)
Anonymous Quiz
4%
checked
5%
disabled
6%
required
85%
readonly
specifies that an input field is required (must be filled)
Anonymous Quiz
1%
checked
0%
disabled
97%
required
3%
readonly
specifies the width (in characters) of an input field
Anonymous Quiz
2%
min
5%
max
88%
size
5%
step
specifies the legal number intervals for an input field
Anonymous Quiz
2%
min
10%
max
10%
size
78%
step
specifies the default value for an input field
Anonymous Quiz
2%
min
2%
max
1%
size
96%
value
let a user select ONE of a limited number of choices
Anonymous Quiz
83%
radio button
17%
check box
let a user select ZERO or MORE options of a limited number of choices
Anonymous Quiz
5%
radio button
95%
check box
… element defines a drop-down list
Anonymous Quiz
20%
<option>
80%
<select>
… elements defines an option that can be selected
Anonymous Quiz
92%
<option>
8%
<select>
By default, the first item in the drop-down list is selected
Anonymous Quiz
89%
T
11%
F
To define a pre-selected option, add the …. attribute to the option
Anonymous Quiz
15%
select
73%
selected
12%
option
element specifies a list of pre-defined options for an <input> element
Anonymous Quiz
21%
option
11%
select
68%
datalist