Web Design and Systems Flashcards
Define a website
A website is a collection of related documents known as web pages that contain information in many forms
What is a hyperlink?
Area of a page that, when clicked, takes the user to a different location
What is navigation of a web page and what are the three forms of navigation?
Navigation defines how the user moves around the web page. The three types of navigation are linear, hierarchical and multi-level(composite).
What are the two forms of design notations for websites?
Structure Diagram and Wireframe
Define a wireframe and state two considerations when designing a wireframe
A wireframe is a visual guide used to represent a website’s user interface
Considerations: Navigation, Interface, Presentation of Data, Formatting
Give an example of how you can create a wireframe
Use specialised software such as Mockingbird
Draw a design
Why would it be better to produce a high definition wireframe?
Additional details such as font colour and size mean that the wireframe closely represents the website more
What is the purpose of a wireframe?
To show functionality and behaviour of a website
How does the functions of CSS and HTML differ?
HTML - used to create and define the web page content
CSS - used to add rules on how the content of the HTML file should be presented
<h1> Hello World </h1>
Write a small piece of HTML to code the above heading
< h1> Hello World
Then you would close the tag (can’t do it next to it because it would turn it into the actual code produced but this is how you close a heading tag below)
<h1> </h1>
Outline the key differences between the HTML content inside the element and the element
The content in the element will be displayed in the title bar and NOT ON THE WEBPAGE
The content in the element will be displayed on the web page
What is metadata used for in relation to web pages?
Metadata is used to communicate information to the browser and search engines about the content of the website
Give on benefit and one limitation of using the meta pragma tag in your HTML
Meta Pragma tag tells the browser not to cache your page
Advantage: Forced to load all the updated content when you go onto webpage
Disadvantage: Load time for webpage is longer
What is Javascript used to do in relation to webpages?
Add interactivity and custom behaviours
Give an example of a use of Javascript
Interactive Games
Collapsible Content
Allowing users to enter data
Describe Progressive Enhancement of a webpage and what it allows websites to do
Progressive Enhancement is a layered approach consisting of three layers to a website(Content, Presentation and Behaviour)
It allows webpages to be viewed on multiple devices with different capabilities and connection speeds