5 HTML Attributes That You Don’t Know

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 !!
- CSS Image Gradient Hover Effect - August 28, 2021
- Neumorphism CSS Animated Card Design - August 20, 2021
- Food Website Landing Page Design Using HTML & CSS - August 10, 2021
0 Comments