Web Technologies (HTML, CSS, JavaScript, HTTP)
Which statement correctly explains HTTPS?
- A. A secure version of HTTP that encrypts data exchanged between a browser and a website. ✓
- B. A web application that loads a single HTML page and dynamically updates content as the user interacts with it.
- C. An HTTP response status indicating that the server understood the request but refuses to authorize it.
- D. A pattern used in CSS to select and style specific HTML elements on a page.
Correct answer
A. A secure version of HTTP that encrypts data exchanged between a browser and a website.
Explanation
HTTPS refers to a secure version of HTTP that encrypts data exchanged between a browser and a website.