Spring.Into.HTML.and.CSS [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Spring.Into.HTML.and.CSS [Electronic resources] - نسخه متنی

Barry J. Rosenberg

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Key to Element Types: Display


Block:
A block-level element is one that creates a block box by default. All subsequent elements will appear on the next line.

Inline:
An inline element is one that creates a line box and doesn't break the line.

Structural:
This is an element that is used for document structure or that structures other elements within a specific portion of a document, such as Table, Head, and so on.

NOTE

Note that an element's display type can be altered using the display property in CSS. The terminology used here is meant to describe the primary default behavior of the element. Some elements can have multiple display types, such as structural and block. Here the primary display type is noted.


/ 171