How to install WordPress on Localhost?

WordPress is an open-source platform and is available for free. As its creators intended WordPress can be used by anyone, from a complete beginner to a seasoned developer. A WordPress website can be set up as a "one-click install" on a hosting platform. Alert! Before installing WordPress on localhost, you must have XAMPP installed on your PC. Installation Process 1. Go on site https://wordpress.org/ , and download WordPress's latest version. 2. Now create a New Folder at the following address Local Disk (C:) > xampp > htdocs 3. Copy the downloaded WordPress Zip file and extract it to the newly created folder. Local Disk (C:) > xampp > htdocs > New Folder 4. Now Run the XAMPP server and start the modules 1: Apache 2: MySQL 5. Open Google Chrome and type this URL. http://localhost/phpmyadmin/ The dashboard will appear. Follow these steps to create New Database. 1 . Click on the Database tab. ...