
In this blog we will talk about 5 HTML Attributes that you don’t know & these all 5 attributes amazing and very useful for developers.
Let’s discuss…
1 Translate
The Translate attribute specifies whether the content of an element should be translated or not.
Example :

2 Reversed
Reversed attribute simply reverse the numbering of ordered list instead to 1,2,3 it will be 3,2,1 .
Example :

3 Poster
Specifies an image to be shown while the video is downloading, or until the user hits the play button. It’s like as a Thumbnill .
Example :

4 Draggable
The Draggable attribute specifies whether an element is draggable or not. It is often used in drag & drop operations.
Example :

5 Sandbox
Applies extra restrictions to the content in the frame. The value of the attribute can either be empty to apply all restrictions, or space-separated tokens to lift particular restrictions.
Example :

Do You Really Know About These Attibutes Before ?? Comment Below !!
- 7 JavaScript Tips and Tricks you must Know! - October 18, 2022
- How to Manage State with Zustand in React - October 13, 2022
- CSS Image Gradient Hover Effect - August 28, 2021
0 Comments