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

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
The best Known form on the web is probably the search box of Google’s homepage
Anonymous Quiz
94%
T
6%
F
The HTML <input> element is the most used form element
Anonymous Quiz
94%
T
6%
F
An <input> element can be displayed in many ways, depending on the type attribute
Anonymous Quiz
96%
T
4%
F
<input type = “text”> Displays a ….-line text input field
Anonymous Quiz
95%
single
5%
multiple
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”>