Whenever I create an HTML project in Netbeans it creates a file index.html
and until then, the problem is when I want to create a new HTML file within that project. I create the new file and when I debug or execute it does not open this file created only the index.html
. How do I open this new file and not the index.html
?