Text Centre Html Code Example


Example 1: html center text


<div style="text-align:center">Dieser Text wird zentriert.
<p>Ebenso dieser Paragraph.</p></div>

Example 2: html how to center text


<p style="text-align:center;">Centered paragraph.</p>

Example 3: how to center text in html


text-align: center;

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy