How to convert ul li to dropdown menu using js. LAKHAN GEHARWAR September 26, 2022Code:- <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <... Continue Reading
How to Install Sass with NPM Step by Step LAKHAN GEHARWAR September 13, 2022 Step 1:- Make a folder Step 2:- Need to make a pakage.json file 1. you need to check your node version and npm version 2. run npm init ... Continue Reading
How to Import Excel or CSV file to MySQL Database using PHP though (phpspreadsheet.) LAKHAN GEHARWAR January 16, 2022 Step1: Download the PHP spreadsheet using composer Click to spreadsheet site:- composer require phpoffice/phpspreadsheet Step 2:- Mak... Continue Reading
How to Make - Form with Multiple Steps LAKHAN GEHARWAR January 07, 2021 Index.html <!DOCTYPE html> <html> <head> <title>Register Form</title> <link rel="stylesheet... Continue Reading
How to Resize text using jQuery LAKHAN GEHARWAR December 07, 2019 If you are working on a blog where people come and read your article then you must add a resize text option on your website, becaus... Continue Reading