how to run files with xampp code example

Example 1: how to run html file in xampp server

- To Run a HTML File in XAMPP you need to put your HTML file inside the 
  "htdocs" folder in XAMPP installation directory.
- And then in your browser type "localhost/your-file-name.html".
- now your file is opend into your browser using XAMPP.

Example 2: how to start xampp

/*
Go to the location where you installed XAMPP 
(usually C:\Program Files\xampp) 
Double click on XAMPP Control Panel (xampp-control.exe). 
*/