Aman Gupta has Published 87 Articles

How to create list with roman number indexing in HTML

Aman Gupta

Aman Gupta

Updated on 21-Nov-2023 21:24:34

4K+ Views

Overview Indexing are the numbers which indicate the points or a position of a sentence. In HTML, we can do indexing in two ways: Unordered List (ul) and Ordered List (li). To make a list with a roman number in HTML we use the tag, the roman number is ... Read More

How to count the number of notifications on an icon?

Aman Gupta

Aman Gupta

Updated on 20-Nov-2023 12:01:33

1K+ Views

Overview A notification icon is a common feature that exists in each and every application. In order to count the number of notifications and display it on an icon can be achieved with basic knowledge of JavaScript. So to build this feature we should have some prior knowledge about HTML ... Read More

How to create Portfolio Gallery using the HTML and CSS

Aman Gupta

Aman Gupta

Updated on 09-Nov-2023 14:11:34

966 Views

Overview A portfolio gallery can be a collection of any types of photos and videos that represent the past work of the organization. To build a portfolio gallery we will use HTML and CSS. The HTML will help us in building the skeleton of the portfolio gallery and CSS is ... Read More

How to find area of a triangle using JavaScript?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 18:31:02

1K+ Views

Overview The area of the triangle refers to the full area which means the perimeter of the triangle and the inside area. So to calculate the area of a triangle we will be calculating the perimeter of its and then the area but all these was the manual understanding of ... Read More

How to find whether all element contains same class or not?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 16:04:58

202 Views

Overview A class in any element defines the type of the data contained in an element. A same class name can be taken by another tag or element also. There is no such property for the class attribute that the class name should be unique. To find whether all the ... Read More

How to find width of a div using vanilla JavaScript?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 15:49:27

336 Views

Overview A vanilla JavaScript is a framework of JavaScript, it provides mainly two different methods to find the width of a div using the "offsetWidth" and "clientWidth". Both methods have the ability to find the width of any element on a web page. In this vanilla JavaScript refers to the ... Read More

How to find position of HTML elements in JavaScript?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 15:44:53

326 Views

Overview JavaScript provides various methods for the manipulation and to get the information about the HTML elements. From the several methods JavaScript has its own predefined methods which returns the specific coordinates or position of the HTML element. These two methods are offsetLeft and offsetTop, these two methods return the ... Read More

How to find height of text in HTML canvas using JavaScript ?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 15:42:53

725 Views

Overview A canvas is a HTML element that provides us to display any type of custom text or graphics on the web page. A canvas makes a graphics editable through which we can make our own custom text or design. A canvas element can be added to the HTML using ... Read More

How to find class of a clicked element using jQuery?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 15:40:44

408 Views

Overview We can easily find the class of the clicked element, the Jquery provides various methods which return the class name of the element when the element is clicked. The Jquery methods "attr()" and using "this.className" properties helps to find the class of an element. So to learn more about ... Read More

How to Find the Text on Page in ElectronJS?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 15:38:34

178 Views

Overview A find text on a page is a feature which helps a user to find a word on the page. An electronJs is an open source framework which creates a desktop application which can run on every operating system with its cross platform compatibility. The electronJs has many predefined ... Read More

1 2 3 4 5 ... 9 Next
Advertisements