Web Development Flashcards
1
Q
What are the differences between a STATIC and DYNAMIC website?
A
A static website has fixed content which is coded in HTML, it displays the same info to every visitor and does not require any web programming/database design.
A dynamic website is generated in real-time by using web scripting code (PHP). The code is within the page is ran on access and the page usually can access information from a database.
2
Q
What types of code can be used for a STATIC website?
A
HTML and CSS.
3
Q
What types of code can be used for a DYNAMIC website?
A
Javascript