- Joined
- Nov 5, 2017
- Messages
- 8
- Points
- 0
Primarily I use Chrome. Specially when I need to debug the code. Chrome has a Firebug like feature that would help you debug your code.
However, based on my experience, it is always best to check your site using different browsers. Some browsers might display your site differently. So you might include some if statement to correct the display on each browser platforms. Specially if you are developing a responsive page
Some platforms that you need to consider are Internet Explorer, Mozilla, Chrome and Safari. These are the most commonly used platforms.
Other browsers are developed based on these platforms. You may need to install these on your computer for testing purposes.
You might also need to consider Opera.
However, based on my experience, it is always best to check your site using different browsers. Some browsers might display your site differently. So you might include some if statement to correct the display on each browser platforms. Specially if you are developing a responsive page
Some platforms that you need to consider are Internet Explorer, Mozilla, Chrome and Safari. These are the most commonly used platforms.
Other browsers are developed based on these platforms. You may need to install these on your computer for testing purposes.
You might also need to consider Opera.