WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
boxes
|
|
styles
|
|
functions
|
|
scripts
|
Detailed explanation-1: -All HTML elements can be considered as boxes. 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-2: -The CSS box model is a container that contains several properties, including borders, margin, padding, and the content itself. It is used to create the design and structure of web pages. You can use it as a framework for customizing the layout of different elements.
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.