Skip to content

Tag Archives: HTML-Misc

The task is to display a spinner on the page until the data response from the API comes. We have taken bootstrap spinner to show… Read More
Font Awesome is a great toolkit for developers to get icons based on CSS and LESS. There is other icons pack on the internet, but… Read More
To show a notification when an element is added to page we can use createElement() method creates an element list with the specified name. After… Read More
The engraved text effect is an effect that you can use in your websites as a heading or a sub-heading to make it look more… Read More
The shake button effect also known as the wiggle effect can be used to make the website look more responsive and dynamic. This is one… Read More
We know that, whether it may be an ordered list or unordered list they come along with a numbering. It may be: Bullets Squares Decimal… Read More
The display: inline-block; is a layout property in CSS that does not add a line break after the element. As a result, the elements can… Read More
In this article, we define a table caption by using the <caption> tag element. The caption element is used to specify the caption of a… Read More
Sometimes, when you search for a number on the web, you might want to SMS to it directly from the web page instead of noting… Read More
The Comments in CSS, are the statements in your code that are ignored by the compiler and are not executed. Comments are used to explain… Read More
The background color can be changed according to the cursor position using the DOM (Document Object Model). In this article, we use the position of… Read More
In this article, we will override the current text direction by using the dir attribute in the particular element. It is used to specify the… Read More
Meta Data: The metadata means information about data. So basically Meta tag provides you the information on the HTML document. So basically this tag is… Read More
In this article, we will discuss on how to use jQuery to search and replace HTML elements. Just like in Vanilla JavaScript (pure JavaScript), jQuery… Read More
Here we will learn how to auto-play audio on selected devices in web pages. To load the audio in the web page, we use the… Read More