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
4️⃣ slot attribute
The slot global attribute assigns a slot in a shadow DOM shadow tree to an element. An element with a slot attribute is assigned to the slot created by the <slot> element whose name attribute's value matches that slot attribute's value.
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
Although some features are currecntly in experiment and not standardized yet.
But its good to know that HTML is much than few tags. It is deep.
Anything you want add in this thread?
• • •
Missing some Tweet in this thread? You can try to
force a refresh
You’ll develop a strong understanding of React’s most essential concepts: JSX, class and function components, props, state, lifecycle methods, and hooks. And able to combine these ideas in React’s modular programming style