Difference between revisions of "Web browser"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(2 intermediate revisions by the same user not shown)
Line 36: Line 36:
 
* [[Inspect Element]]
 
* [[Inspect Element]]
 
* [[Internet Explorer]]
 
* [[Internet Explorer]]
* [[localhost]]
+
* [[Polyfill]]
 
* [[User agent string]]
 
* [[User agent string]]
 
* [[Web application]]
 
* [[Web application]]
Line 47: Line 47:
  
 
* [https://en.wikipedia.org/wiki/Web_browser Web browser] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Web_browser Web browser] @ Wikipedia
 +
* [http://webkay.robinlinus.com/ What every browser knows about you]
 +
* [https://boingboing.net/2018/07/11/browsh-a-modern-text-only-web.html Browsh: a modern text-only web browser] @ Boing Boing
  
 
[[Category:Computer science]]
 
[[Category:Computer science]]

Latest revision as of 08:21, 11 July 2018

A web browser (commonly referred to as a browser) is a software application for retrieving, presenting and traversing information resources on the World Wide Web.

Description

An information resource is identified by a Uniform Resource Identifier (URI/URL) and may be a web page, image, video, or other piece of web content.

Hyperlinks

Hyperlinks present in resources enable users easily to navigate their browsers to related resources.

Private networks

Although browsers are primarily intended to use the World Wide Web, they can also be used to access information provided by web servers in private networks or files in file systems.

Major browsers

The major web browsers are Firefox, Internet Explorer, Google Chrome, Opera, and Safari.

Software development tools

Many browser-related software development tools are available, some built in to browsers, others external.

See:

See also

External links