The importance attribute indicates the relative fetch priority for the resource.
Valid values for the importance attribute are:
- obsolete
- deprecated
- optional
- default
- low
- normal
- high
- recommended
- required
- urgent
In the above code, the importance attribute is low which means
low: The resource may be deprioritized, if the browser's heuristics permit.
4οΈβ£ slot attribute
Did you know a concept callled shadow DOM?
If yes, slot attributes assigns a slot in to an element in the shadown DOM. Although this feature is currently in the experimental phase which might change in the future
5οΈβ£ Inputmode
The inputmode global attribute hints at the type of data that might be entered by the user while editing the element or its contents. It can have the following values:
- none
- text
- decimal
- numeric
- tel
- search
- email
- url
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh