The __________ is the framed area on a display screen and each responsive web page needs to have a meta tag defined for this property. code example
Example: viewport
// viewport for Responsive Design
<meta name="viewport" content="width=device-width, initial-scale=1.0">