|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
GBIC >>
Source Code >>
HTML >> Snippet
|
Justify sections of text
<!-- wrap the section of text in a <div> tag and use the align attribute -->
<
div
align
=left
>
... content will be left justified
</
div
>
<!-- or wrap the section of text in a <p> tag and use the align attribute -->
<
p
align
=left
>
... content will be left justified
</
p
>
|
|
|
|