What Is the HTML Element Formatting Model in CSS?
Submitted by: AdministratorAn HTML document is divided into HTML elements. Each element is considered as a formatting unit using a box-oriented formatting model, which has:
► Content Box - A rectangular area for displaying the element content.
► Padding Box - A rectangular area surrounding the content box acting as padding space.
► Border Box - A rectangular area surrounding the padding box acting as border lines.
► Margin Box - A rectangular area surrounding the border box acting as margin space.
Submitted by: Administrator
► Content Box - A rectangular area for displaying the element content.
► Padding Box - A rectangular area surrounding the content box acting as padding space.
► Border Box - A rectangular area surrounding the padding box acting as border lines.
► Margin Box - A rectangular area surrounding the border box acting as margin space.
Submitted by: Administrator
Read Online Cascading Style Sheet CSS Job Interview Questions And Answers
Top Cascading Style Sheet CSS Questions
☺ | How To Use IDs to Override Classes in CSS? |
☺ | What Is CSS (Cascading Style Sheets)? |
☺ | What Is a ID Selector in CSS? |
☺ | How To Set Different Text Fonts Inside Tables in CSS? |
☺ | What Are the Formatting Behaviors of HTML Elements? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |