Unit 1 Flashcards
Wed Design and Development
what is an end user requirement for a site?
An End user requirement must be an action that the user need to take.
what is a functional requirement for a site?
A functional requirement is an activity that a system has to perform.
What is a Wireframe?
a Wireframe is a plan of a window in a program or page in a website
what are the 2 navigation types for a site
Linear and Hierarchical Navigation
what should all html files contain at the top of the page
!DOCTYPE html
which heading the the bigger one h1 or h3
h1 is going to be the bigger heading
what does a div tag do
it is used so that CSS styles can be applied to a group of elements.
what does ol stand for
ordered lists(numbered)
what does ul stand for
unordered lists(bullet pointed)
how many different types of hyperlinks are there
4 different hyperlinks
what are the number of different types of hyperlinks
internal,enternal,relative,absolute
when does onmouseout occur
when the cursor is moved away from an element such as a button or a heading.
when does onmouseover occur
when the cursor is hovered over an element such as a button or a heading.
what does CSS stand for
Cascading Style Sheets
what is an external style sheet useful for
To apply a rule to multiple pages