Skip to content

Tag Archives: Web technologies

Bootstrap offers different classes for images to make their appearance better and also to make them responsive. Making an image responsive means that it should… Read More
The DOM removeAttribute() method is used to remove an attribute with specified name from the element. It is similar to removeAttributeNode() method but the difference… Read More
The DOM DD Object is used to represent the HTML <DD> element. The DD element is accessed by getElementById(). Syntax: document.getElementById("ID"); Where “id” is the… Read More
The DOM style backgroundClip Property is used to set or returns the painting area of the background.Syntax:   It is used to return the backgroundClip property.… Read More
The setAttributeNode() method in HTML DOM is used to add the specified attribute node to an element. If the specified attribute is already present, then… Read More
The KeyboardEvent which property is used for returning the Unicode character code of the key which triggers the onkeypress event. It also returns the Unicode… Read More
The DOM BR Object is used to represent the HTML <br> element. The br element is accessed by getElementById().Syntax:   document.getElementById(id) Where “id” is the ID… Read More
In the HTML document, the className property is used to set or return the value of an element’s class attribute. Using this property, the user… Read More
The css right property mainly affects the horizontal position of element as well as css property has no effect on non-positioned elements.  Syntax: right: auto|length|initial|inherit;… Read More
The CSS border-image-width Property is used to set width of border image. It can be set by providing multiple values.   If only one value is… Read More
The DOM Cite Object is used to represent HTML <Cite> element. The Cite element is accessed by getElementById().Syntax   document.getElementById("id"); Where “id” is the ID assigned… Read More
The DOM Code Object is used to represent the HTML <code> element. The Code element is accessed by getElementById().Syntax:   document.getElementById("id"); Where ‘id’ is the ID… Read More
It is a CSS property that offers a grid-based layout system, with rows and columns, making it easier to design web pages without floats and… Read More
The DOM Caption Object is used to represent the HTML <Caption> element (A caption element is used to specify caption of a table). The Caption… Read More
The :hover selector CSS pseudo-class is used to style elements when the mouse hovers over them. It can be used on every element. We can… Read More

Start Your Coding Journey Now!