Zusammenfassung der Ressource
Web site
- MEANING
- Is a collection of pages or
documents that throught the
internet
- A web page can contain any type of
information, and can include text, color,
graphics, animation and sound.
- COMPONENTS
- The principal components
- Front End
Elements
- In this analogy, front end is what you see, back
end is what you don’t.
- The navigation
structure
- This is not the same as the sitemap, though that
might represent it.
- The page layout
- This is the way things appear on the page.
- URL
- COMPONENTS
- PROTOCOL
- http://
- Is the protocol.
- DOMAIN NAME
- www.example.com
- Is the domain name
- PORT
- :80
- Is the port.
- PATH TO THE FILE
- /path/to/myfile.html
- is the path to the resource on the Web server.
- PARAMETERS
- ?key1=value1&key2=value2
- are extra parameters provided to the Web server.
- ANCHOR
- #SomewhereInTheDocument
- is an anchor to another part of the resource itself.
- MEANING
- URL for Uniform Resource Locator and is a reference (an address) to
a resource on the Internet.