HTML - статьи

The H4 element identifies text


Description

The H4 element identifies text to be separated and displayed

less prominently than H3 but more prominently than H5.

Minimum Attributes

<H4>characters...

</H4>

All Possible Attributes

<H4

LANG="..."

DIR=ltr|rtl

ALIGN=left|center|right|justify

ID="..."

CLASS="..."



CLEAR=left|right|all|"..."

SEQNUM=nnn

SKIP=nnn

DINGBAT=entity-name

SRC="..."

MD="..."

NOWRAP>characters...

</H4>

Elements Allowed Within...

members of group

Allowed In Content Of...

Any element that permits members of group

Variations

RFC 1866 recommends that a document use the

header elements in order, without breaks, beginning with H1.

(ed: I have not identified a browser that enforces this.)

The LANG and DIR attributes are introduced with the

internationalization proposal.

The internationalization proposal also includes

ALIGN=center|left|right|justify

Netscape 2.0 implements

ALIGN=center|left|right

The ID attribute was proposed in HTML+ and Version 3

to replace the NAME attribute

in the A element to establish internal hyperlink destinations.

With the expected use of ID for style sheets, this is likely to change.

All other attributes are proposed in Version 3.

RFC 1866 states typical rendering is bold, normal font, indented more than H3.

Headings are Level 0 elements.


Содержание раздела