Respuesta :

Answer:

metadata

Explanation:

There are various information stored in the head element, and we know one of them as the metadata, and inside it there is metadata keywords and metadata description, and this describes the area of focus of the web page.And the resources such as style sheets and the scripts defines how the page will be look like, and its dynamic properties.

Syntax:

<head>

 <meta charset="_____">

 <meta name="description" content="________">

 <meta name="keywords" content="_________">

 <meta name="author" content="________">

 <meta name="viewport" content="width=device-width, initial-scale=1.0">

</head>

Answer:

Grid

Many web pages use a  Grid  structure to define an area of focus.