Websites Flashcards
What is a data base driven website and how does it work
A website that grabs information from a database
Works:
The webpage is connected to a database and inserts information into the website each time it is loaded
What computing technologies are used to build data base driven websites
PHP JSP ASP PERL Cold fusion
What is HTML used for
What is CSS used for
What is java script used for
HTML: Structure a website
CSS: Design a website
Java script: functionality
What are the 3 elements that make up HTML
Head, Title, Body
What element of the HTML would a link to CSS be put in
Body
What are meta tags used for
They specify information about the web document
How can a company make sure their website appears higher up in search results
Used meta tags with key words, authors, and description
What is a disadvantage of keeping CSS and HTML together
Causes bloated code which is is bad because it is unorganised
What is the advantage of separating HTML and CSS
1) Saves time by reducing code:
Same CSS can be used on all pages
2) Find errors more quickly:
It is not bloated therefore easier to find errors
Name the areas which you can edit in CSS
Font-family Font-size Colour Text-align Font-weight
Benefits of using CSS
Consistency: one CSS file used on all pages
Maintenance: changed can be easily applied through one line in CSS code
Lowers workload: don’t need to code each individual page as CSS file can be used on all pages
What is a static website and give and advantage and disadvantage
A website where the information does not change
ADV:
•quick to develop
•cheap to develop
•cheap to host
DISADVANTAGE:
•site not as useful for users
•content can get stagnant
What is a dynamic website and name the advantages and disadvantages
A website where the information changes regularly depending on users requests
ADV:
•more functional website
•new content attracts people back
DISADVANTAGE:
•slower and more expensive to develop
•hosting is more expensive
Name and describe the types of navigation
Linear: a website you where you have to go through the pages in a set order
Hierarchy: where you can decide how you go through the website
Multilevel: different pages nested into sub-sections
What the advantage of multilevel navigation
Allows for a lot of content on a website and still keep it tidy