align (HTML attribute)
| Depr. | Version |
|---|---|
| Yes | HTML 2 |
Syntax
Description
The
align attribute is used to specify how the applet
sits on the page in relation to surrounding text and other elements. It is
a fairly rudimentary attribute - and a very presentational one - that
allows you to move an applet to the right or left, with text wrapping
around accordingly (although with no surrounding white space, which
generally results in quite an ugly result). You can also change the way
that adjacent text aligns with the applet such that the first line of the
text aligns with the top, middle or bottom of the applet.
If an
applet is aligned "left" or
"right", text will continue to wrap around it until
either:
Example
The align for
this applet is set to
"right":
<applet code="ticker.class"align="right"> </applet>
Value
"bottom",
"left", "middle",
"right" and "top" only (browser
default is "left").
Compatibility
This attribute is now deprecated, and is highly presentational in its nature. The desired visual effects can all be achieved with CSS and, as such, this attribute shouldn’t be used—it’s presented here for informational purposes only.
Thealign attribute is not
very flexible when applied to an applet, with most
browsers only honoring the "left" or
"right" values.User-contributed notes
There are no comments yet.
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.