Template:Left/HTML4/doc
From MozillaWiki
< Template:Left | HTML4
Usage
{{left/HTML4}} encloses the input text or element code in <div>
tags and left-aligns the output block.
- Note
This template complies with HTML4 standards. In HTML5, the attribute used by this template, align, is deprecated. If you want to use HTML5, use the template {{left}} instead of this one.
Parameters
There is only 1 parameter, which is unnamed and required.
Syntax
The template's syntax is
-
{{left/HTML4|custom text/element}}
Required parameters
1
- Custom text/element
The text (or other element) you wish to left-align. The parameter is unnamed, so no parameter name needs to be specified.
- Usage
-
{{left/HTML4|1}}
Examples
Case | What you type | What you see |
---|---|---|
Text | This text is left-aligned}} | This text is left-aligned
|
Image | [[File:Idea.png|20px|link=]]}} |
See also
- General alignment
- {{align}}
- Specific alignment
- {{center}}: uses the CSS styling attribute style="…" for alignment (HTML5 compliant).
- {{center/HTML4}}: uses the HTML4 attribute align="…" (deprecated in HTML5).
- {{left}}: uses the CSS styling attribute style="…" for alignment (HTML5 compliant).
- {{right}}: uses the CSS styling attribute style="…" for alignment (HTML5 compliant).
- {{right/HTML4}}: uses the HTML4 attribute align="…" (deprecated in HTML5).