Jaisshree has Published 121 Articles

How to create a Hidden Header using Google AMP Amp-Accordion?

Jaisshree

Jaisshree

Updated on 21-Aug-2023 10:27:55

52 Views

Google AMP (Accelerated Mobile Pages) is an open−source framework designed to create fast−loading and mobile−friendly web pages, while amp−accordion is a component in the AMP library that allows for collapsible content sections on a web page. Google offers the Accelerated Mobile Pages (AMP) framework allowing you to make hidden content ... Read More

Create an "Add to cart" button in Bootstrap

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:43:38

708 Views

Bootstrap is a popular front−end framework that makes it easier to design and develop responsive and mobile−first websites. It provides several components and plugins that can be used to create an add−to−cart button and implement this functionality on a website. It contains pre−built styles and functionality that can save time ... Read More

How to Create a basic Modal Component in Bootstrap?

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:29:12

85 Views

Modal windows are a popular feature in modern web development that enables web designers to display additional content or user input options without redirecting the user to a new page. Algorithm Step 1: Set up the HTML Structure Step 2: Modify the Modal Window Step 3: Modify the Modal ... Read More

Creating an Animated Pill Shaped button using HTML and CSS

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:26:49

784 Views

A Pill−shaped button is a round corner attractive−looking button. The button can have transitions and hover effects to make it an attractive and smooth experience. We will use transitions in CSS to create smoothe hove effects. This type of button design can be used for various purposes, such as sign−up ... Read More

Creating a 5 Star Skills Rating Bar using CSS

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:25:30

645 Views

A 5 Star skill rating bar is an essential element for any portfolio website in showcasing ratings and achievements. The rating bar is responsive and can be used on various devices. Here, we have used radio buttons to create the rating bar. Algorithm Create an HTML document with a ... Read More

Creating a 3D cube using canvas in HTML5

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:24:27

969 Views

We can create a 3D cube using the element and JavaScript in HTML5. The following document defines a canvas element with a width and height of 400 pixels, and uses JavaScript to get the canvas context to draw on the canvas. The cube is drawn using three separate faces: ... Read More

Create Horizontal Scrollable Sections in CSS

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:23:12

509 Views

A horizontal scrollable section is a popular web design pattern used to showcase content that extends beyond the width of the viewport. This design pattern allows users to scroll horizontally, providing a unique and engaging way to display large images, galleries, timelines, maps, and other content. This is implemented by ... Read More

Create Horizontal Scroll Snap Using HTML and CSS

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:21:41

492 Views

To create a horizontal scroll snap, we will make use of the scroll−snap−type to produce the snap effect. The properties scroll−snap−type and scroll−snap−align specify the sort of snap behavior we want to employ and the alignment of the snap points, respectively. The scroll−snap−type property's value of "x mandatory" indicates that ... Read More

Creating 2 Column Layouts while Keeping Column Background Colors full Size

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:10:42

116 Views

In the two-column layout, the content is organized into two columns of equal width. However, it can be a challenge to ensure that the background color of each column fills the full height of the content, especially when the content in each column is of different lengths. CSS grid is ... Read More

How to Count Array Items in Angular JS?

Jaisshree

Jaisshree

Updated on 18-Aug-2023 17:08:39

2K+ Views

A well−liked JavaScript framework for creating dynamic web apps is AngularJS. It offers a variety of helpful array−related tools, such as ways to measure the number of items in an array. In this article, we'll look into using AngularJS to count the number of items in an array. Method 1: ... Read More

Advertisements