This property is used to specify whether element show to pointer events and whether not show on the pointer. Syntax: pointer-events: auto|none; Default Value: auto… Read More
Category Archives: CSS
The clear property is used to specify which side of floating elements are not allowed to float. It sets or returns the position of the… Read More
This property is used to specify the position where the table caption is placed. It is used in HTML Tables. This property can be used… Read More
This property is used to set the color of the cursor in inputs, text area, or other editable areas. Syntax: caret-color: auto|color; Default Value: auto… Read More
The date attribute in input tag creates a calendar to choose the date, which includes day, month and year. Syntax: <input type = "date"> Example… Read More
This property is used to specify whether the text can be selected by the user or not.Note: The double-click on some text will be selected/highlighted… Read More
It is used to represent the progress of a task. It is also defined how much work is done and how much is left to… Read More
What is Viewport? A Browser’s viewport is the area of web page in which the content is visible to the user. The viewport does not… Read More
The resize property in CSS is used to resize the element according to user requirement. It does not apply to inline elements or to block… Read More
The align-self property in CSS is used to align the selected items in the flexible container in many different manners such as flex-end, center, flex-start,… Read More
This word-break property is used to specify how to break the word when the word reached at end of the line. The line breaks in… Read More
The shadow effect property in CSS is used to add text and images shadow in HTML document. Text Shadow: The CSS text-shadow property is used… Read More
The box-decoration-break property is used to control the box decoration after fragmentation of paragraph. It defines the background, padding, border, margin, and clip-path of an… Read More
jQuery load() method is simple but very powerful AJAX method. The Load() method in jQuery helps to load data from server and returned into selected… Read More