Which HTTP status code indicates that a requested page has been permanently moved?
A. 302
B. 301
C. 404
D. 400
Answer: Option B
Solution (By JKExamLibrary)
HTTP 301 means Moved Permanently, indicating the resource has been assigned a new permanent URI. 302 is temporary redirect, 400 is Bad Request, and 404 is Not Found.
Explanation:
Private browsing mode does not save browsing history, cookies, or form data after the session ends, but does not make the user invisible to websites or ISPs.
Which type of web software layout strategy automatically adjusts page spacing, element scaling, and images to look optimal across multiple screen sizes (Desktop, Tablet, Mobile phone)?
Explanation:
Responsive Web Design uses fluid grids, flexible images, and CSS media queries to dynamically adjust the layout based on the user's device screen width.
No comments yet. Be the first to start the discussion!