There is no direct method to download and submit the form simultaneously, but we can perform this task if we control the form submission and… Read More
Tag Archives: HTML-Misc
Basically the concept of spell check feature is used when we enter the grammatically incorrect words inside <input> or <textarea> fields in HTML form you… Read More
Connecting to Mail: Mailto link is a default way to sending a mail when the consumer wants to communicate or wants to give feedback, then… Read More
EasyUI is a HTML5 framework for using user interface components based on jQuery, React, Angular and Vue technologies. It helps in building features for interactive… Read More
To get the height of an element, there are five common methods in JavaScript. Lets see the differences between each and when they should be… Read More
How to implement a 2-player Tic-Tac-Toe game using JavaScript? It is quite easy to develop with some simple validations and error checks. Player-1 starts playing… Read More
Given a statement and the task is to underline all the text words of HTML page using jQuery. We will use text-decoration property to add… Read More
In this article, we will learn how to make two-column layouts while keeping column background colors full size. Approach: We can make a two-column layout… Read More
The purpose of this article is to send the value of the button to PHP back-end using AJAX in an HTML document. Approach: Create a… Read More
Emojis are letters (characters) from the UTF-8 (Unicode) character set. The <meta charset=”UTF-8″> element in HTML defines the character set. Many UTF-8 characters cannot be… Read More
Given an HTML document having pill badges (In case if you don’t know what a pill badge then refer to this ) and the task… Read More
URL stands for Uniform Resource Locator. Any internet location available on server is called a web URL, web address or website. Each website or webpage… Read More
The :before and :after pseudo-elements allow one to add styling to the webpage without adding unnecessary markup. SVG content can be added using these pseudo-elements… Read More
There are two methods to create equally spaced “div” element using CSS. Method 1: Using Flexbox technique in CSS Approach: We can make a container… Read More
The approach of this article is to change an image when the user hovering the mouse over it. This task can be simply done by… Read More