Web <3 Flashcards
(analysis)
What is an end user?
The people who are going to be using the website
(analysis)
What is an end user requirement?
The tasks end users wish to be able to do whilst using the website
(analysis)
What is a functional requirement?
Processes and activicties that the system has to perform
(design)
what is a heirarchical structure?
They display the navigation of all the webpages throughout a website
(design)
what is a wireframe?
User-interface planning for a website
(design)
What is contained in a wireframe?
nav bars, text elements, meadia and forms/form inputs
(html)
What are the SEMANTIC elements of a web page?
main, nav, header, section and footer
(html)
What is element of a web page which is NOT semantic?
DIV
(html)
What is contained within the header element?
Page banners (often with a title, graphics, logos or a link to a home page)
(html)
What is contained within the nav element?
The navigation bar
(html)
What is contained within the main ?
Page content (graphics, text, sound, text, sound and video)
(html)
What is contained within the footer element ?
General info (external links, contact details, FAQs, copyright info or legal agreements)
(forms)
What are the form elements?
Input:- -text -number -textarea -radio -submit Select
(forms)
What are the types of validation?
Length, presence and range
(forms)
Length check?
Maxlength=”__”
Limits characters available
(forms)
Presence checks?
Required
(forms)
Range checks?
min=”__” max=”_”
Makes sure the number is between the RANGE of __ and __
(duh)
(forms)
What is the purpose of Button (OnClick) ?
Visual aknowledgement for users/candidates when the submit button is clicked
(forms)
Button (OnClick) code?
onclick=”alert(‘______’)”