1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
type
defines the type of input
name
name of input or variable name
value
default value of the textbox can be changed (placeholder wont be visible anymore)
placeholder
hint the text showing the tupe of data to enter
readonly
makes the default text unchangeable, but the value is active
disabled
makes the default text is grey and faded no value
required
cannot submit unless text is entered
autocomplete
lets the browser suggest previously entere values
checked
pre selects a radio button or checkbox
selected
pre selects an option in a select tag