How do you align header for HTML?

1 answer

Answer

1058567

2026-08-02 14:45

+ Follow

ALIGN="LEFT"

ALIGN="CENTER"

ALIGN="RIGHT"

Example:

<HEADER ALIGN="CENTER">This is the header</HEADER>

Extra:

This can also be used in combination with <H#>Header Size?</H#>

#= 1 24 pt font

#= 2 18 pt font

#= 3 14 pt font

#= 4 12 pt font

#= 5 10 pt font

#= 6 8 pt font

Example:

<H4 ALIGN="CENTER">Header in 12 point font</H4>

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.