Web browsers
Share What You Know
Remember: Embedded quizzes like this are used as part of your participation grade.
Introduction
Modern web browsers – Google Chrome, Mozilla Firefox and Microsoft Edge – are considered evergreen browsers. This means that these browsers automatically update so users are always running the latest version.
This data is the worldwide usage of browsers by version number for the last year and shows how each new version of Chrome overtakes the last, in part because there’s no effort on the part of users to switch to the latest version:
If you use your cursor to explore the dots along the lines, you can see each version by number.
Users can opt out of these auto-updates, but since they’re enabled by default, most do not.
Getting started
Most of my demos in this course will be using Mozilla Firefox, but you can work in either Firefox or Google Chrome. It’s important for you to use one of these browsers because they are evergreen and because they both have powerful built-in web developer tools that will help you examine, edit and debug the code you create.
Download at least one of these browsers:
- Firefox (browser)
- Learn about FF dev toolsFollowing and reading this link is optional.✳️
- Google Chrome (browser)
- Learn about Chrome dev toolsFollowing and reading this link is optional.✳️
You don’t have to understand how to use dev tools at this point; we’ll discuss that in depth later when talking about how to debug your code. 👍🏻