Category: HTML
44 posts
How to Use HTML Forms
How to Use HTML Forms
HTML forms are a crucial part of any website. They allow users to interact with the site, whether it’s to send messages, answer surveys, or input data. This article will gui... Read Mores
Prathmesh Yelne
12-May-2024 13:11:52
How to Prevent Page Reload using Anchor Tags
In the dynamic landscape of web development, efficiency and user experience reign supreme. One critical aspect of user experience is preventing unnecessary page reloads, which can disrupt flow and fru... Read Mores
Prathmesh Yelne
24-Apr-2024 11:16:19
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Convert a String to HTML using JavaScript
In the realm of web development, JavaScript stands as a cornerstone language, empowering developers to create dynamic and interactive web pages. One common task developers encounter is converting stri... Read Mores
Prathmesh Yelne
23-Apr-2024 9:29:09
How to Convert HTML to JSON in Javascript ?
In the vast landscape of web development, the interplay between different data formats is crucial. One common task developers often encounter is converting HTML to JSON. Whether you're scraping web pa... Read Mores
Prathmesh Yelne
22-Apr-2024 14:09:24
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Convert html.slim to html.erb ?
In the world of web development, flexibility and adaptability are paramount. As developers, we often encounter scenarios where we need to convert between different markup languages for various reasons... Read Mores
Prathmesh Yelne
21-Apr-2024 20:11:28
Disabling Browser Caching with Meta HTML Tags
In the digital realm, where speed and accessibility reign supreme, website performance plays a pivotal role in determining user experience and search engine rankings. One crucial aspect of optimizing ... Read Mores
Prathmesh Yelne
16-Apr-2024 19:25:59
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
Create OTP Verification Form New UI Using Vanilla Js
In the ever-evolving landscape of web development, security remains a paramount concern. One effective way to bolster user authentication is by implementing One-Time Passwords (OTPs). In this... Read Mores
Prathmesh Yelne
08-Dec-2023 22:20:45
Create Minion Eyes Toggle using Pure CSS
Hello Friends, In this tutorial we will learn how to create minion eyes toggle. This is pure CSS implementation of a Minion switch button that toggles the eyes of the Minion. When the switch button is... Read Mores
Prathmesh Yelne
16-Mar-2023 20:12:46
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
Create Page Reload Button Using JavaScript
Hello Friends, In this tutorial we will learn to create a page reload button using JavaScript by adding an event listener to a button element that triggers the location.reload() method when clicked. H... Read Mores
Prathmesh Yelne
12-Mar-2023 14:07:49
Create Beautiful Login Page Using HTML and JS
Hello Friend, In this tutorial we will learn to create beautiful login page using HTML and JavaScript:HTML:<!DOCTYPE html><html><head> <title>Beautiful Login Page</title>... Read Mores
Prathmesh Yelne
12-Mar-2023 13:04:37
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago