download
The download attribute in HTML, when used with <a> tags, instructs the browser to download the linked file instead of opening it.
Coming
Soon
...
dir
The dir attribute in HTML indicates the text direction of an element's content, using values like ltr for left-to-right and rtl for right-to-left, influencing how languages are displayed.
draggable
The draggable attribute in HTML indicates if an element can be dragged and repositioned by the user, facilitating drag-and-drop capabilities.