This is a very basic question but wanted to confirm that if we have a simple html file which we want to run on browser, Do we need to turn on IIS server or simple html file does not need any server and browser takes care of it?
Thank you
HP
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure what you mean by “run”, but you can load any HTML file locally by opening it in the browser.
All javascript and HTML will work as expected, no serverside code will though.
If your links are relative links, they will also work as expected.