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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What types of code can be used for a STATIC website?

A

HTML and CSS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What types of code can be used for a DYNAMIC website?

A

Javascript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly