Eesha Gandhi has Published 48 Articles

How to Create an HTML Table with a Fixed Left Column and Scrollable Body?

Eesha Gandhi

Eesha Gandhi

Updated on 11-Sep-2023 11:57:59

645 Views

A table is basically a structured collection of data comprising of rows and columns (tabular data). HTML tables enable web designers to organize data like text, images, links, other tables, and so on into rows and columns of cells. They are created with the tag, which incorporates the ... Read More

How to Create a Two-Column Div Layout with the Right Column Having Fixed Width?

Eesha Gandhi

Eesha Gandhi

Updated on 11-Sep-2023 11:54:44

173 Views

The element is one of the most widely used elements in HTML. The term "" refers to a container that divides the page into sections. These sections are extremely useful for grouping elements together. elements don’t inherently have a visual representation, but they are very useful when we ... Read More

How to Create a Teardrop in HTML?

Eesha Gandhi

Eesha Gandhi

Updated on 11-Sep-2023 11:47:42

88 Views

Creating shapes using HTML and CSS is quite an easy task until the shape is not very complex. A class and CSS styling properties like height, width and border can help us create shapes like square, rectangle, circle, triangle etc. Here is a simple example of making a square ... Read More

How to Create a List with Dashes in HTML?

Eesha Gandhi

Eesha Gandhi

Updated on 11-Sep-2023 11:41:56

2K+ Views

A list is any information that is displayed in a logical or linear format. It is a collection of items written in a meaningful group or sequence and denoted by bullet points, numbers, and so on. HTML Lists aid in the semantic display of a list of information. In HTML, ... Read More

How to Create a Hidden Div without a Line Break or Horizontal Space?

Eesha Gandhi

Eesha Gandhi

Updated on 11-Sep-2023 11:34:11

297 Views

The HTML division tag, abbreviated "div, " is a special element that allows you to group together similar sets of content on a web page. It can be used as a generic container to group together similar content. The tag is thus used to divide an HTML document into ... Read More

How to Assign a Checked Initial Value to the Radio Button

Eesha Gandhi

Eesha Gandhi

Updated on 11-Sep-2023 10:50:45

154 Views

Using the HTML element, we can take input from users in a variety of ways. One such method is to collect input by giving users options from which to choose. We use HTML Radio buttons for this purpose, giving users a variety of options from which to choose their ... Read More

How to Allow the File Input Type to Accept Only Image Files

Eesha Gandhi

Eesha Gandhi

Updated on 11-Sep-2023 10:47:17

1K+ Views

The tag in HTML creates an input control that accepts user input. Depending on the kind of the attribute, an input field might be of different forms. It is a blank element with only attributes.The tag is typically found within the tag and can be used ... Read More

How to Allow only Positive Numbers in the Input Number Type

Eesha Gandhi

Eesha Gandhi

Updated on 11-Sep-2023 10:34:00

6K+ Views

The tag specifies a data entry field for the user. It is the most crucial form element. It is utilized to design interactive controls for online forms that collect user data. Depending on the type attribute, it can be displayed in a variety of ways. Because of the sheer ... Read More

Advertisements