Website Flashcards
Describe a linear website structure.
In this structure each page is simply linked to the one before. This only really works if the website has very few pages.
Describe a hierarchical navigation website structure.
A hierarchical navigation structure is tree-like in its nature. The home page is at the top. Underneath it breaks into categories which can be further broken into different sub-categories.
Describe a multi-level navigation website structure.
‘Multi-level’ navigation is often used to organise pages in a logical fashion, meaning that hierarchical structures are extended to include sub-pages, sub-sub-pages, and so on. e.g. Amazon
What is CSS used for?
CSS stands for Cascading Style Sheets and they define how the different elements of a web page are to be displayed (The presentation)
What are some advantages of CSS?
The layout of many documents or even an entire website can be controlled from one style sheet, reducing the amount of code required for formatting.
The developer gets a more precise control over layout than by using HTML tags.
Several different stylesheets can be used to change the look of a site according to users’ preferences.
What is meta-tags and where are they found in the HTML?
They are used to specify page description, keywords, author of the document last modified and other metadata. They are found in the head tag of the HTML.
What is a static web page?
A static web page is one that does not change every time it is loaded, or if the user clicks on a button. They look the same and the content shown on the screen does not change unless the hyperlink is clicked or a new version of the web page is uploaded.
What is a dynamic web page?
A dynamic web page is a web page that displays different content each time it is viewed. For example, the web page may change with the time of day, the user that accesses the web page, or the type of user interaction.
Why is separating HTML and CSS useful?
Saves time by reusing code
Find errors quicker.
More organised.
What is the CSS syntax?
They are made up of a selector and a group of attributes called the declaration with a property and value.
What are the advantages to static website?
quick to develop, cheap to develop and cheap to host.
What are the disadvantages to a static website?
requires web development expertise to update, not as useful for user, content can get outdated.
What are the advantages to a dynamic website?
more functional, easier to update, helps in search engines
What are the disadvantages to a dynamic website?
slower, more expensive to develop. Hosting costs a little more.
What is an interactive websites?
An interactive web page is one that requires the user to click on buttons or other elements and interact.