HTML Attribute for
<H# ...>
<H1ALIGN=LEFT>My Resume</H1> <H1ALIGN=CENTER>My Resume</H1> <H1ALIGN=RIGHT>My Resume</H1> produces My ResumeMy ResumeMy Resume
there is a
<H1 ALIGN=JUSTIFY>Here's an example of how to justify the text in a H1 header tag. I've never seen this being used. You can probably see why. It's kind of ugly!</H1> produces Here's an example of how to justify the text in a H1 header tag. I've never seen this being used. You can probably see why. It's kind of ugly!
|