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

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
tag defines a label for many form elements
Anonymous Quiz
6%
<span>
90%
<label>
3%
<p>
<label> element is useful for screen-reader users, because the screen-reader will read out loud the label when the user focus on the input element
Anonymous Quiz
96%
T
4%
F
<label> element also help users who have difficulty clicking on very small regions (such as radio buttons or checkboxes) - because when the user clicks the text within the element, it toggles the radio button/checkbox
Anonymous Quiz
92%
T
8%
F
The … attribute of the <label> tag should be equal to the … attribute of the <input> element to bind them together
Anonymous Quiz
23%
id – id
20%
id – for
56%
for – id
1%
for - for
<input type = “password”> defines a password field
Anonymous Quiz
99%
T
1%
F
The characters in a password field aren’t masked
Anonymous Quiz
18%
T
82%
F
The characters in a password field are shown as asterisks or circles
Anonymous Quiz
91%
T
9%
F
an attribute which is used to reference the element in javascript
Anonymous Quiz
9%
title
3%
width
41%
name
47%
pattern
an attribute which specifies a regular expression that the <input> element’s value is checked against the on form submission
Anonymous Quiz
9%
title
1%
width
24%
name
65%
pattern
is used for search fields (a search field behaves like a regular text field)
Anonymous Quiz
0%
<input type = “password”>
96%
<input type = “search”>
1%
<input type = “tel”>
2%
<input type = ”number”>
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