WWW Basic Tutorial
- Previous Page Basic Website Building Tutorial
- Next Page HTML
Wat is WWW?
Hoe werkt het?
Wat is een browser?
Wat is een server?
Wat is WWW?
- WWW verwijst naar de World Wide Web
- De World Wide Web wordt vaak Web genoemd
- De Web is een netwerk van computers verspreid over de hele wereld
- Alle computers in de Web kunnen met elkaar communiceren
- Alle deze computers gebruiken de communicatiestandaard genaamd HTTP
Hoe werkt WWW?
- Web information is stored in documents called web pages
- Web pages are stored on computers called Web servers
- The computer that reads web pages is called a Web client
- Web clients view web pages through programs called browsers
- The main browsers are Internet Explorer and Mozilla Firefox
How do browsers read pages?
- Browsers can read a web page on a server through a request
- A request is a standard HTTP request containing the page address
- Page addresses are similar to this: http://www.someone.com/page.htm
How do browsers display pages?
- All web pages contain the structure of how they are displayed
- Browsers display pages by reading these structures
- The most commonly used display structure is called HTML tags
- The HTML tags used for paragraphs are similar to this: <p>
- In HTML, paragraphs are defined like this: <p>This is a Paragraph</p>
Who establishes web standards?
- Web standards are not established by Netscape or Microsoft
- The main body that establishes web standards is W3C
- W3C refers to the World Wide Web Consortium
- W3C establishes various specifications as web standards
- The core web standards are HTML, CSS, XML
- The latest HTML standard is XHTML 1.0
For more information about W3C, please study our W3C Tutorials.
- Previous Page Basic Website Building Tutorial
- Next Page HTML