A web browser is an application that reads HTML documents, interprets them and displays them correctly on the screen.
We know various HTML tags make an HTML document. The web browser hides HTML tags but uses them to determine how to display the document on the screen.
Google Chrome, Microsoft Edge, Mozilla Firefox, Safari and Opera are famous web browsers.
Logo | Browser | Release | Supported OS |
---|---|---|---|
![]() |
Google Chrome | 2008 | Windows, Linux, MacOS, iOS, Android |
![]() |
Microsoft Edge | 2015 | Windows, Linux, MacOS, iOS, Android |
![]() |
Safari | 2003 | iOS, MacOS |
![]() |
Mozilla Firefox | 2004 | Windows, Linux, MacOS, iOS, Android |
![]() |
Opera | 1995 | Windows, Linux, MacOS, iOS, Android |
A web browser's graphical user interface (GUI) generally features a back button, forward button, page refresh/cancel button, web address bar and a menu button for settings.
The user inputs a Uniform Resource Locator (URL) into the address bar of the browser, such as https://resultuniversity.com/ and hit enter button.
The html document present at this web address is fetched by the browser using HTTP or HTTPs.
HTTP (Hypertext Transfer Protocol) is a set of rules for the transfer of the data between the browser and the web server. If the URL contains https, the connection is encrypted.
You can also fetch your HTML document from local storage, such as your desktop computer by typing document's file location in the address bar.
For example: file:///C:/Users/user/Desktop/myhtmlfile.html
When a user clicks back button, browser loads previously visited pages in sequence. When forward button is active and clicked, the browser loads the next page from the history of sites visited.
1. HTML Tutorial |
2. Introduction to HTML |
3. Basic HTML Page |
4. HTML Editors |
5. Web Browser |
6. HTML History |
7. Basic HTML Tags |
8. HTML Elements |
9. HTML Attributes |
10. HTML Headings |
11. HTML Paragraphs |
12. HTML Text Formatting |
13. HTML Styles |
14. HTML Comment |
15. HTML Quotation |
16. HTML Colors |
17. HTML RGB Colors |
18. HTML HEX Colors |
19. HTML HSL Color |
20. HTML CSS |
21. HTML Links |
22. HTML Link Colors |
23. Link within Page |
24. HTML Images |
25. HTML Background Image |
26. HTML Image Map |
27. HTML Picture Element |
28. HTML Favicon |
29. HTML Table |
30. HTML Table Border |
31. HTML Table Size |