

Web pages
A web-site is normally a collection of web pages. These pages often have a similarity or "branding" which indicates
to the person browsing, that the page they are on, belongs to one of a group within the web-site.
A web page has two main components, the textural/pictorial content, that the visitor views and the underlying code.
The content is entirely what the owner of the site wishes the visitor to see. The code is often invisible and overlooked.
The code can be comprised of many kinds of languages, but the most straight forward page is made of Hyper-Text Markup
Language (HTML) and Cascading Style Sheets (CSS). Maintenance of the code and thus the various web pages is made easier
by having easy to read, clean code.