The xml:lang attribute in SVG is used to indicate the primary language that is used in the contents and attributes containing text content on the… Read More
Tag Archives: HTML-Attributes
The HTML onemptied attribute is used to trigger an event when the media encounters some fatal error or the media file becomes unavailable or the… Read More
The marker-start attribute draws a polymarker or arrowhead at the start vertex of the given shaped markable element. Except polyline and path, the first vertex… Read More
The marker-mid attribute draws a polymarker or arrowhead at all the vertices (first and last vertices are excluded) of the given shaped markable element. The… Read More
The marker-end attribute draws a polymarker or arrowhead at the last vertex of a given shaped markable element. Except for polyline and path, the first… Read More
While inserting images in HTML pages sometimes the image may fail to load due to: Getting the image URL wrong poor internet connection So we… Read More
The HTML ondurationchange Attribute is an event attribute that occurs when the audio/video duration is changed. The duration of the audio/video is changed from “NaN”… Read More
The HTML onvolumechange Attribute is an event attribute that occurs when the media volume is changed. Use volume property to set/return the volume of the… Read More
The HTML onstalled Attribute is an event attribute that occurs when media data get by the browser but the data is not available. Syntax: <element… Read More
The HTML onloadedmetadata Attribute is a event attribute which occurs when metadata is loaded for the specified audio/video. Syntax: <element onloadedmetadata="myScript"> Attribute Value: This attribute… Read More
The HTML onplay Attribute is a evenr attribute which occurs when the audio/video is played. The audio/video can be played either by the user or… Read More
The HTML onloadeddata Attribute is a event attribute which occurs when the current frame data is loaded but the next frame’s data is not enough… Read More
The HTML onprogress Attribute is a event attribute which occurs when the browser is downloading the specified audio or video. Syntax: <element onprogress="myScript"> Attribute Value:… Read More
The HTML onloadstart Attribute is an event attribute that occurs when the loading process of a specified audio/video starts. Syntax: <element onloadstart="myScript"> Attribute Value: This… Read More