MIdter Flashcards
Defines labels for form elements
label
Get input data from the form in various types such as text, password, email, etc
Input
Defines a clickable button to control other elements
Button
Used to create a dropdown list
Select
Used to get input long text content
textarea
Used to draw a box around other form elements and group them related data
fieldset
defines caption for fieldset elements
legend
used to specify pre-defined list options for input controls
datalist
displays the output for performed calculations
output
used to define options in a drop down list
option
used to define group-related options in a dropdown list
optgroup
html responsive web design syntax
<meta name=”viewport” content=”width=device width, initial-scale=”1.0”>
responsive images
<img></img>
It means that the view of a web page differs from system to system based on screen or media types.
CSS media queries
what CSS property auto adjusts the content (no. of columns in a row) according to the screen width as shown in the output gif.
display: flexbox