Abhishek has Published 83 Articles

How to sort a list alphabetically using jQuery?

Abhishek

Abhishek

Updated on 21-Nov-2023 09:37:08

188 Views

jQuery is a JavaScript library that works on the principle of write less, do more. In jQuery, the syntaxes that are longer and take more time to write are reduced, and alternate methods are introduced to use them in short form. In this article, we are going to learn about ... Read More

How to use the Magnific Popup jQuery plugin?

Abhishek

Abhishek

Updated on 21-Nov-2023 09:28:34

98 Views

The Magnific popup is a jQuery plugin that can be used to show some HTML popups on the web page as its name suggests. It is a light-weight, responsive fast and modal dialog jQuery plugin. IT can be used to show any kind of content like images, videos, ajax responses, ... Read More

How to write the bootstrap media queries for very large screens?

Abhishek

Abhishek

Updated on 21-Nov-2023 09:19:30

34 Views

Bootstrap, is a CSS framework that can be used to style your web pages without even writing the CSS code in an external file. It is an open source framework that is available for free. You just need to include the CSS and the JavaScript CDN of this framework to ... Read More

How to use text-overflow in a table cell?

Abhishek

Abhishek

Updated on 20-Nov-2023 18:39:22

284 Views

The text-overflow property in CSS is used to handle the overflown text on the web page. This property helps us to show the overflown text in a specific way. The text-overflow property is used with two more other properties with fixed value to show overflowed text in a specific manner ... Read More

How to use text as background using CSS?

Abhishek

Abhishek

Updated on 20-Nov-2023 18:36:34

288 Views

In general, we use text in foreground not as background because text is the most important thing for any website and organizing text on frontend with good visibility, readability and fonts to show the users is also important. But sometimes, you need to show the text as background for other ... Read More

How to use SVG with :before or :after pseudo element?

Abhishek

Abhishek

Updated on 20-Nov-2023 17:59:50

1K+ Views

The :before and :after pseudo elements are used to add the content just before the start of an HTML element and just at the end of the same or any other element. These pseudo selectors help to add content or any other effect without using the un-necessary elements in the ... Read More

How to use simple API using AJAX?

Abhishek

Abhishek

Updated on 20-Nov-2023 17:54:04

66 Views

AJAX or Asynchronous JavaScript and XML is a set of existing technologies like: Asynchronous JavaScript and XML. AJAX helps us to fetch the data from any local database or any API without interfering with the existing page. It will fetch the data without reloading the page and without any interruptions. ... Read More

How to use font-feature-settings property in CSS?

Abhishek

Abhishek

Updated on 20-Nov-2023 17:49:25

77 Views

The font-feature-settings property is used to control the advance typographic features in open type fonts. The advance typographic features like swashes, small caps and the ligatures can be controlled using the font-feature settings property of CSS. The font-feature-settings property is used by passing two different values as listed below − ... Read More

How to use font-variant-settings property in CSS?

Abhishek

Abhishek

Updated on 20-Nov-2023 17:46:59

57 Views

CSS is a way of styling the web pages according to the consumer needs and the design you want. It provides a lot of properties to style our components or pages. The font-variant-settings is also one of those properties that is provided by CSS to style our web pages. The ... Read More

How to use font awesome icon as a cursor?

Abhishek

Abhishek

Updated on 20-Nov-2023 17:40:04

141 Views

In general, we see the design of cursor on any web page as an arrow by default or we can change the type of cursor to a particular type using cursor property of the CSS and assign it any kind of cursor of our choice such as pointer, grab, zoom ... Read More

1 2 3 4 5 ... 9 Next
Advertisements