Http Request/responses
Mixed content error : The site is using https but wants to acquire a http resource. To remove such error we define following meta tag in html.
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">important meta tags
- viewport: This tag is used to adjust the viewport for other devices in general as the Virtual view port is not efficient.1
Properties of viewport
- width: mostly set to device-width (100vw)
- initial-scale : 1