Jaisshree has Published 19 Articles

How to create a button which belongs to one or more forms in HTML5?

Jaisshree

Jaisshree

Updated on 22-May-2023 11:51:40

The form attribute of the HTML tag allows us to create buttons of this type that are applicable to multiple forms. The button's id can be specified using this attribute, which is helpful for initiating form submission or carrying out other form-related operations. Using a single button that is ... Read More

Creating Browsers Window using HTML and CSS

Jaisshree

Jaisshree

Updated on 22-May-2023 11:45:20

A browser window is the graphical user interface (GUI) element of a web browser that displays web pages and web applications. It usually consists of a title bar, menu bar, address bar, navigation buttons, and content area. Algorithm Make a container div with rounded corners, a border, and concealed ... Read More

Creating Breadcrumbs navigation using HTML and CSS

Jaisshree

Jaisshree

Updated on 22-May-2023 11:42:32

Breadcrumbs is a useful navigation tool that displays the user's current location within a website. They provide a clear path for users to easily navigate back to previously visited pages, and they also help search engines understand the structure of your website. Approach - 1 We will create horizontal breadcrumb ... Read More

Creating bottom-positioned icon selects using jQuery Mobile

Jaisshree

Jaisshree

Updated on 22-May-2023 11:30:32

Bottom-positioned icon selects is a user interface element that allows users to select options from a dropdown menu. It is a variation of a standard select element with added functionality provided by jQuery Mobile. The icons are added to each option of the select menu to provide a visual cue ... Read More

Creating Border Animation using CSS

Jaisshree

Jaisshree

Updated on 22-May-2023 11:20:46

CSS is used to create beautiful and engaging border animations, which add movement and interest to a web page. To create border animation, we will first need to define a border for the element we want to animate, then we’ll use CSS transitions and animations to add movement to the ... Read More

How to create Basic flip toggle switch using jquery mobile?

Jaisshree

Jaisshree

Updated on 22-May-2023 11:16:47

JQuery Jquery is a fast and simple Javascript library which is used to make a client-side through HTML, It simplifies some of the Javascript functions like, DOM Manipulation, traversal, Event Handling and AJAX calls. This also has Cross-Browser compatibility. Jquery Mobile JQuery mobile is another framework which is designed ... Read More

Emotion classification using NRC Lexicon in Python

Jaisshree

Jaisshree

Updated on 22-May-2023 10:11:45

Emotion identification or recognition is the ability of a person or an object to sense a particular emotion exhibited in the environment and place it into one of the many categories of emotions. Emotion Classification in python is a feasible alternative to the traditional sentiment analysis technique which labels words ... Read More

Email + Social Logins in Django - Step-by-Step Guide

Jaisshree

Jaisshree

Updated on 22-May-2023 09:57:26

Email and social logins are common techniques for websites and apps to allow users to establish accounts or check in. Users must provide their email address and password for email login, however, social login allows users to sign in using their social networks accounts, such as Facebook or Google. In ... Read More

Creating Snackbar using HTML, CSS and Javascript

Jaisshree

Jaisshree

Updated on 19-May-2023 15:22:22

Snackbars are notification bars that appear at the bottom of a web page to display an important message, usually to confirm an action or provide feedback to the user. It is displayed on the screen for fewer seconds and made to disappear. They are an essential element of user ... Read More

Creating a Tabbed pills and Vertical pills navigation menu in Bootstrap

Jaisshree

Jaisshree

Updated on 19-May-2023 15:08:27

Bootstrap provides several options for creating navigation menus, like tabbed and vertical pills. To create this kind of navigation menus in Bootstrap, we can use the built-in classes and components offered by the framework. This aids in creating a stylish and functional navigation menu that works well on all devices. ... Read More

Advertisements