+ 1
The is not getting open in "Mozilla Firefox" why...its only getting opened in "Google Chrome"
<!DOCTYPE html> <html> <head> <title>Image Tag </title> </head> <body> <img src="......."/> </body> </html>
6 ответов
+ 4
If you use notepad++ you can go to the 'run' tab and select 'launch in Firefox', or something like that.
+ 3
Maybe you've set Chrome to default when opening files such as html
+ 1
It would be easier to use a server, because it's useful when opening html, php and a lot more files, for example. Search for servers, they will facilitate your life for sure.
+ 1
Using servers you don't need to be always accessing a file typing "file://blablabla/blablabla/file.html" in the browser... you just need to install a server such as easyPHP or XAMPP (for PC) or maybe KSWEB (for Android)
XAMPP:
https://www.apachefriends.org/download.html
easyPHP:
http://www.easyphp.org/easyphp-webserver.php
Don't get worried, these servers don't just open PHP files.
For more, as well as installing, please check out tutorials on the Internet about how to install and use these servers.
Hope this be useful...
0
@Damião Brito But I used to use "open with" option
0
@Damião Brito... Sorry I didn't where to search for servers ???