The onmouseout event attribute works when the mouse pointer moves out of the specified element. Syntax: <element onmouseout = "script"> Attribute value: This attribute contains… Read More
Category Archives: HTML
The onclick event attribute in HTML works when the user clicks on the button. When the mouse clicked on the element then the script runs.… Read More
In this article, we will know the HTML Elements, along with understanding the various available elements & their syntax through the examples. An HTML element… Read More
The Screen availWidth property is used for returning the width of the user’s screen, in pixels. The value returned by the Screen availWidth property is… Read More
The Screen colorDepth property is used to return the bit depth of the color palette for displaying images, in bits per pixel.The possible values are… Read More
The Screen availHeight property is used for returning the height of the user’s screen, in pixels. The value returned by the Screen availHeight property is… Read More
The Navigator appCodeName Property is used for returning the code name of the browser. It is a read-only property and generally, all modern browsers return… Read More
The ononline event attribute works when the browser starts working in online mode. it is opposite to onoffline event attribute.Supported Tags <body> syntax <element ononline… Read More
Navigator appName Property: It is used for returning the name of the browser. It is a read-only property and the values returned by it varies… Read More
The Navigator appVersion Property is a read-only property and it returns a string which represents the version information of the browser. It is used for… Read More
Course Navigation In the previous article we have seen the 3-Column layout and completed the Section 2 of the main content. The main content of… Read More
The ondragleave attribute works when a draggable element or text selection leaves a valid drop target. It helps in dragging the elements and is entering… Read More