Tarun Singh has Published 103 Articles

How to style label associated with selected radio input and checked checkboxes using CSS?

Tarun Singh

Tarun Singh

Updated on 03-May-2023 17:56:12

2K+ Views

Labels associated with radio buttons and checkboxes are a crucial component in creating user-friendly web forms. Styling them can not only make the form look better but also enhance the user experience by providing visual cues about selected options. Labels in HTML are used to associate a description with an ... Read More

How to style icon color, size, and shadow by using CSS

Tarun Singh

Tarun Singh

Updated on 03-May-2023 17:54:10

2K+ Views

Icons are an essential part of any website or application, as they give us a quick and easy way for users to understand and interact with the content. However, using default icons can make a website look generic and unappealing. Using CSS, we can style icon color, size, and shadow ... Read More

How to split a column of list in different rows using Bootstrap?

Tarun Singh

Tarun Singh

Updated on 02-May-2023 14:25:29

1K+ Views

Bootstrap is a widely used front-end framework for building responsive and mobile-friendly web pages. It was initially created by Twitter and is now maintained by the Bootstrap team, which is an open-source community of developers. One of the primary benefits of Bootstrap is that it allows developers to create ... Read More

How to specify that an input element should be disabled?

Tarun Singh

Tarun Singh

Updated on 02-May-2023 14:23:54

3K+ Views

When using Forms on a webpage sometimes requires us to disable any input field. Like, to prevent the users from not allowing using some input fields until they have completed the previous steps in the form. The same can also be used for preventing users from submitting invalid data or ... Read More

How to Specify Divider Gap in Square Grid using Bootstrap?

Tarun Singh

Tarun Singh

Updated on 02-May-2023 14:21:52

230 Views

Bootstrap is a CSS framework that is used widely used among developers to design the websites because it offers a variety of pre-built components that speed up the development time. Bootstrap has multiple features for the developers that can be used, Grid system is one such, that allows the developers ... Read More

How to select “last child” with a specific class using CSS?

Tarun Singh

Tarun Singh

Updated on 02-May-2023 14:20:17

4K+ Views

CSS or cascading style sheet is an essential part of modern web development, as it allows web developers to style their websites and create visually appealing designs. There are times when we want to select the last child of a specific class using CSS, but how? There are different approaches ... Read More

How to secure cascading style sheets?

Tarun Singh

Tarun Singh

Updated on 02-May-2023 14:16:28

289 Views

Web development in this modern era heavily relies on Cascading Style Sheets (CSS), which play a crucial role in the visual appearance or designing of the UI and layout of web pages. The CSS enables website designers to create responsive and captivating websites that are easy on the eyes, regardless ... Read More

How to style a href links in React using Tailwind CSS?

Tarun Singh

Tarun Singh

Updated on 02-May-2023 13:55:12

1K+ Views

React is a popular JavaScript library used for building web applications. When creating a React application, it's important to style your components in an aesthetically pleasing way. One of the ways to achieve this is by using a CSS framework such as Tailwind CSS. In this article, we will ... Read More

How to specify that the form should not be validated when submitted in HTML?

Tarun Singh

Tarun Singh

Updated on 02-May-2023 13:44:39

387 Views

The element is an essential component available in HTML that enables us to create interactive sections on websites like Contact forms, Login forms, etc. Through the form element, users can input and submit data to web servers. The element is versatile and may include a number of different ... Read More

How to scroll to a specific element using jQuery?

Tarun Singh

Tarun Singh

Updated on 02-May-2023 13:43:25

15K+ Views

jQuery- a popular JavaScript library that is used in manipulating HTML documents, handling events, creating animations, and performing other common web development tasks. jQuery is famous for its ability to simplify JavaScript programming by providing a simple and concise syntax for selecting and manipulating DOM elements. Like using jQuery, ... Read More

Advertisements