Aman Gupta has Published 86 Articles

How to Create Image Bullets in HTML

Aman Gupta

Aman Gupta

Updated on 02-Dec-2024 16:24:56

3K+ Views

Overview In HTML we can create the list in two types which are of ordered list and unordered list. So when the lists are created these are followed up with the numbering, alphabet or roman numbers in the ordered list and in the unordered list as dots. So sometimes we ... Read More

How to Create a Form with Custom Buttons in HTML

Aman Gupta

Aman Gupta

Updated on 02-Dec-2024 16:05:50

539 Views

Overview Buttons are the components in HTML which perform a certain action when clicked. Various buttons perform various actions. The HTML has some predefined buttons with a certain type of action. In a HTML form when the tag is used by default, the simple button inside the form tag ... Read More

How do you create a box filled with color in HTML/CSS?

Aman Gupta

Aman Gupta

Updated on 25-Sep-2024 16:17:43

9K+ Views

To create a box filled with color in HTML/CSS, it can be achieved with HTML as we can create a simple frame of the box with the help of HTML and to fill the color we can use the CSS property. We will be discussing two different approaches to create ... Read More

How to create list with roman number indexing in HTML

Aman Gupta

Aman Gupta

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

7K+ 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

2K+ 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

1K+ 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

4K+ 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

484 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

2K+ 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

2K+ 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

1 2 3 4 5 ... 9 Next
Advertisements