html align text code example

Example 1: how to align text in html




This text is aligned to the left side of the page

This text is aligned to the center of the page

This text is aligned to the right side of the page

This text is aligned to the left side of the page This text is aligned to the center of the page This text is aligned to the right side of the page

Example 2: html align text left

Left alignment

Example 3: how to align text in html





This is some cool text in html, wow such cool text

This text is on the right This text is in the center This text is on the left

Example 4: css text align justify

div {
  text-align: justify;
  text-justify: inter-word;
}

Example 5: html how to center text

Centered paragraph.

Example 6: html text alignment

Left alignment

Right alignment

Center Align

Justify to width

Tags:

Misc Example