I make a simple html page in note pad like <html> <body> <title>My First</title> <h1>This Is My First Page</h1> </body> </html> when i save it as first.html it saved and when i try to open it there is an error shows like that C:\Documents and Settings\Rabi\Desktop\first.html is not a valid win32 application. what is this error and how i fix it. This error show today. previous days i make much more applications. Plz tell me right now. i have a project for done for Institute.
That's not a notepad error - it's a problem with your installation of windows and how the file associations are set up. when you install a web browser they "associate" .html files with themselves so if you try to open them they go straight to the browser. Later when you install tools like netbeans they override that so that the files end up in the editor rather than the browser. In the meantime, if messing with file associations isn't desireable, you can just copy that file path and put it in the browser address bar.