Sideway
output.to from Sideway
Draft for Information Only

Content

Element Type Rendering
  Display Propery of an Element
  Element Types
   block
   inline-block
   inline
   list-item
   none
   table
   inline-table
   table-row-group
   table-column
   table-column-group
   table-header-group
   table-footer-group
   table-row
   table-cell
   table-caption

Element Type Rendering

Element type rendering is a special element property used to specify the type of arrangemnt for a tagged element. In general, the three main types of block in CSS2.1 are block, in-line, and none. An in-line type element is mainly used to cause the content of an in-line element to be distributed in lines inside the parent element.

Display Propery of an Element

Besides the three fundamental element types, block, in-line, and none, there are other predefined types of elements for special element flow and display arrangement inside another element. The possible values of display property of an element in the CSS2 specification are inline, block, list-item, inline-block, table, inline-table, table-row-group, table-header-group, table-footer-group, table-row, table-column-group, table-column, table-cell, table-caption, none, inherit.

'display'

The 'display' property is used to specify the type of an element.

value:inline | inherit | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit Initial:inline Applies to:all elements Inherited:no Percentages:N/A Media:all Computed value:as specified

Element Types

block

to cause an element to form a standard visual block. e.g.

 html, address,dress, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre { display: block }

inline-block

to cause an element to form an inline visual block. e.g.

 input, select { display: inline-block }

inline

to cause an element to form an inline visual container block box. e.g.

 em { display: inline }

list-item

to cause an element to form a visual block containing a marker box and a principal inline. e.g.

 li { display: list-item }

none

to cause an element to form no visual box or block. e.g.

 head { display: none }

table

to cause an element to form a rectangular table block. e.g.

 table { display: table }

inline-table

to cause an element to form an inline rectangular table block. e.g.

 table { display: inline-table }

table-row-group

to cause an element to from a grouping block containing one or more rows of cell blocks. e.g.

 tbody { display: table-row-group }

table-column

to cause an element to from a grouping block containing cell blocks in column form. e.g.

 col { table-column }

table-column-group

to cause an element to from a grouping block containing one or more columns of cell blocks. e.g.

 colgroup { display: table-column-group }

table-header-group

to cause an element to from a header grouping block containing one row of cell blocks. e.g.

 thead { display: table-header-group }

table-footer-group

to cause an element to from a footer grouping block containing one row of cell blocks. e.g.

 tfoot { display: table-footer-group }

table-row

to cause an element to from a grouping block containing cell blocks in row form. e.g.

 tr { display: table-row }

table-cell

to cause an element to form a table cell block. e.g.

 td, th { display: table-cell }

table-caption

to cause an element to form a table cell. e.g.

 caption { display: table-caption }

©sideway

ID: 170800012 Last Updated: 8/9/2017 Revision: 0 Ref:

close

References

  1. http://www.w3.org/TR/1999/REC-html401-1999, 1999, HTML 4.01 Specification: W3C Recommendation, updated 24 December 1999
close

Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 8

Culture

Chinese 1097

English 339

Reference 79

Computer

Hardware 249

Software

Application 213

Digitization 32

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 289

Unicode 504

HTML 66

CSS 65

SVG 46

ASP.NET 270

OS 429

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Algebra 84

Number Theory 206

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019