Difference between revisions of "Website"

From Conservapedia
Jump to: navigation, search
m (cat)
m (supporting refs)
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{stub}}
+
A '''website''' (alternatively, "Web site") is a collection of Web pages, images, videos and other digital assets that is hosted on a [[World Wide Web]] server, usually accessible via the Internet or a LAN.<ref>https://www.computerhope.com/jargon/w/website.htm</ref>
  
A website (alternatively, Web site) is a collection of Web pages, images, videos and other digital assets that is hosted on a Web server, usually accessible via the Internet or a LAN.
+
A Web page is a document, typically written in [[HTML]], that is typically accessed using the [[HTTP]] protocol (or HTTPS, which is the secure version of this protocol), which transfers information from the Web server to display in the user's [[Web browser]]. Only the code and scripts are transferred to website users; the user's web browser then interpenetrates this information and displays the page.
  
A Web page is a document, typically written in [[HTML]], that is almost always accessed via [[HTTP]], a protocol that transfers information from the Web server to display in the user's Web browser.
+
==How they work==
 +
Modern websites generally try to create the impression of coherent session, with the user exploring and interacting with many webpages which all have the same look and fell. In reality, the basic website is typically composed of many independent pages (each of which is a separate file on the web server), which the web browser downloads one at a time, and displays.  Web 2.0 sites which take information in from the user also upload any needed data (such as user comments or [[wiki]] edits) to the server.<ref>https://www.lifewire.com/what-is-web-2-0-p2-3486624</ref> Scripts on the page may also make some pages more interactive, and add functionality. To offer user sessions, [[Internet cookie|cookies]] are typically used so that the server can identify the user each time they [[download]] or [[upload]] content. In this case, the web browser presents the user token from that cookie (which is a pseudorandom code) every time the browser interacts with the server; this enables users to have accounts and customization options on websites.<br />
 +
 
 +
Some newer websites attempt to have only one landing page.  In this case, users who think they are accessing multiple pages are actually triggering scripts on the one page which then displays the desired material, but without downloading a new web page.<ref>https://www.uxpin.com/studio/blog/single-page-vs-multi-page-ui-design-pros-cons/</ref>
 +
 
 +
==References==
 +
{{reflist}}
  
 
[[Category:Internet]]
 
[[Category:Internet]]
[[Category:Website]]
+
[[Category:Websites|*]]

Latest revision as of 20:25, April 14, 2019

A website (alternatively, "Web site") is a collection of Web pages, images, videos and other digital assets that is hosted on a World Wide Web server, usually accessible via the Internet or a LAN.[1]

A Web page is a document, typically written in HTML, that is typically accessed using the HTTP protocol (or HTTPS, which is the secure version of this protocol), which transfers information from the Web server to display in the user's Web browser. Only the code and scripts are transferred to website users; the user's web browser then interpenetrates this information and displays the page.

How they work

Modern websites generally try to create the impression of coherent session, with the user exploring and interacting with many webpages which all have the same look and fell. In reality, the basic website is typically composed of many independent pages (each of which is a separate file on the web server), which the web browser downloads one at a time, and displays. Web 2.0 sites which take information in from the user also upload any needed data (such as user comments or wiki edits) to the server.[2] Scripts on the page may also make some pages more interactive, and add functionality. To offer user sessions, cookies are typically used so that the server can identify the user each time they download or upload content. In this case, the web browser presents the user token from that cookie (which is a pseudorandom code) every time the browser interacts with the server; this enables users to have accounts and customization options on websites.

Some newer websites attempt to have only one landing page. In this case, users who think they are accessing multiple pages are actually triggering scripts on the one page which then displays the desired material, but without downloading a new web page.[3]

References