align text to center in html 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 how to center text

Centered paragraph.

Example 3: center text in html

text-align: center;

Example 4: html center text

Dieser Text wird zentriert.

Ebenso dieser Paragraph.

Example 5: align centre

.headerTwoDiv{
			margin:1% auto;
			margin-right: auto; margin-left: auto; width: 21%; 
			padding-top: 11px;
		}

Tags:

Misc Example