WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
navigator
|
|
css designer
|
|
box model
|
|
inline model
|
Detailed explanation-1: -The box model is a programmatic construct imposed by HTML and CSS that enables you to format, or redefine, the default settings of any HTML element. CSS permits you to specify fonts, line spacing, colors, borders, background shading and graphics, margins, and padding, among other things.
Detailed explanation-2: -In CSS, the term “box model” is used when talking about design and layout. The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content.
Detailed explanation-3: -Every box is composed of four parts (or areas), defined by their respective edges: the content edge, padding edge, border edge, and margin edge.
Detailed explanation-4: -Box model overview A box in CSS consists of a content area, which is where any text, images, or other HTML elements are displayed. This is optionally surrounded by padding, a border, and a margin, on one or more sides. The box model describes how these elements work together to create a box as displayed by CSS.