Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Строчные элементы

Перевод не завершен. Пожалуйста, помогите перевести эту статью с английского.

Определение

HTML (Язык Гипертекстовой Разметки) элементы часто принимают вид "строчных" элементов или "block-level" elements. An inline element occupies only the space bounded by the tags that define the inline element. The following example demonstrates the inline element's influence:

Пример строчного элемента

HTML

<p>This <span>span</span> is an inline element; its background has been colored to display both the beginning and end of the inline element's influence</p>

CSS

span { background-color: #8ABB55; }

Inline vs. block-level

Content model
Generally, inline elements may contain only data and other inline elements.
Formatting
By default, inline elements do not begin with new line.

Elements

The following elements are "inline":

See also

Метки документа и участники

 Внесли вклад в эту страницу: Chronosms
 Обновлялась последний раз: Chronosms,