Answers for "open html file in localhost"

0

open html file in localhost

if you have PHP installed
go to folder where you have html file: 
In CMD, run the command  
   php -S 127.0.0.1:80
Go to your browser and type localhost:80 or just localhost
Posted by: Guest on February-09-2022

Browse Popular Code Answers by Language