<H3></H3>
- Level 3 HeadingsThe text between this tag and its closing tag is presented as a heading slightly inferior to Heading 2.
This tag must be closed at the end of the heading by typing </H3>
.
<H3>
%coreattrs %i18n %events |
D |
align=
|
[CI] |
---|---|---|
|
Specifies left alignment. | |
|
Specifies centered text. | |
|
Specifies right alignment. | |
|
Specifies justified text. If unsupported, reverts to default. | |
This attribute controls text alignment. The default value is inherited; otherwise, it is left for left-to-right headings and right for right-to-left headings. |
Sample:
This is paragraph text.
Here is the code for the sample above:
<H3>Level 3 Heading</H3>
<P>This is paragraph text.</P>