-
HTML5 signature pad to image
In this article, we will create a signature in the signature pad with the help of a mouse. We can use the combination of HTML5 and JavaScript. What do you mean by Signature pad? Signature Pad is a JavaScript library for drawing smooth signatures. It works in all modern desktop and mobile browsers and doesn’t depend on any…
-
How to include image in HTML
Images are an internal part that is widely used to depict any concept in a simplified manner. They are used to enhance the design and the display of a web page.HTML language provides many inbuilt tags for easily inserting an image in a webpage. In this tutorial, we will learn the various tags to include…
-
HTML Color Picker
We might have come across the fact that HTML alone can only form the skeletal structure of our web pages or websites. Even though, it can dynamically manipulate each element. Similarly, colors do play an important role with HTML. Implicitly, various tools can help us dynamically serve the color requirements and for that, we have…
-
How to sort table data in HTML using JavaScript?
In this article, we will learn how to sort table data in HTML using JavaScript. We can sort table data either in ascending order or descending order. In the beginning, we will understand the basic meaning of JavaScript and the <table> element. After that, we will learn to sort table data with the help of…
-
HTML Calculator
In this article, we will create a calculator using HTML with the help of various examples. At the beginning of this article, we will learn fundamental aspects of HTML. After that, we will know how to create a basic calculator with HTML. What is HTML? The Hypertext Mark-up Language is the standard mark-up language for…
-
Password hide in HTML
In this article, we will learn how to hide the password field in a form using HTML. At the beginning of this article, we will learn some HTML basics, <form> tag and password element. After that, we can understand this concept with some examples. What do you mean by HTML? HTML stands for Hypertext Markup language.…
-
Download pdf file using HTML
In this article, we will learn how to download the pdf file using HTML. For this we are using a HTML5 <a> tag “download” property. We can explain this concept with various examples. Before that we will understand some basic terms. HTML HTML stands for Hypertext Markup language.HTML is the most widely used markup language, and to markup the…
-
Intermediate Excel Test
An Intermediate Excel test is a tool or software that tests the skill of a person in MS-Excel. Usually, this tool is used by the recruiters to check the proficiency of the candidates with Excel. Recruiters use this Intermediate Excel test tool during the recruitment process. The difficulty of the test depends on the position…
-
HTML Counter
On most websites, you have seen a counter section. It tells the users how well the business is going on. This section contains the number of interests, visit, likes, and many more things and shows to the visitors. This counter increases as the interest and visit of the user increases. Mostly, this counter section is…
-
Difference between HTML and HTML5?
HTML5 is more complete and easier than HTML4, it has lots of new tags like <header>, <footer>, <navy>, <Audio>, <video>, <main> etc. It also supports graphics. In the following image, we have described all the essential terms related to HTML and HTML5. HTML is referred to as the primary language of the World Wide Web. HTML has many updates over time, and the latest HTML version is HTML5. There…
