A web browser is a software program which you use to browse the internet. You are using a web browser right now, to view this page. Users follow a basic process every time they use a web browser which is:
In the early days of the internet the only device that had a web browser was the personal computer. Nowadays PCs, phones, tablets and even smart watches come with web browsers ant internet access.
The most popular modern web browsers are:
Every modern browser has a rendering engine for interpreting HTML web pages onto the screen and a JavaScript engine for interpreting client side scripts. The scripts are what makes modern websites interactive.
Each web browser has its own methods of rendering web pages and executing scripts, and will interpret the same website code a little differently. Because of this, web developers must test their websites on each popular browser, changing code where necessary so that the experience is consistent. This means the following:
Web browsers aren’t just used by the general public. All modern web browsers have developer tools. These tools can be used for all sorts of analysis including, but not limited to:
We use these tools every day at Phoenix Web Development. On most web browsers, developer tools can be accessed by pressing F12
on your keyboard. You can also right click
the browser screen and inspect particular elements of the page. Check them out – nothing bad will happen, we promise.
You can find futher reading about web browsers at the Wikipedia web browser article.