1/8
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is an HTTP response made up of?
Response header and response body
What is local storage in web browsing?
A way to store files on a computer up to 5MB
What is HTML?
A markup language
What is the default port for unencrypted HTTP traffic?
80
What is the purpose of server-side programming languages like PHP?
To generate HTML and send it to the clients browsing the page.
What does the HTTP response code 404 signify?
File not found
What is a cookie in web Browsing?
A file created by a web server on a computer to store some data
Which of the following is not true about HTML?
HTML pages often are connected to a database
Why is client side JavaScript not suitable for password-protecting pages?
Because it can be seen in the page source