219k views
3 votes
Which structure does a web page normally use to define an area of focus?

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

User Dirtydanee
by
4.1k points

2 Answers

4 votes

Answer:

Grid

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

User Thomas Jaunism
by
3.5k points
5 votes

Answer:

metadata

Step-by-step 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>

User Eric Brown
by
2.8k points