ghtml center code example
Example 1: centering in html
<style>
element
{
text-align: center;
}
</style>
-------------------------------------------------------------------------------
style.css
element
{
text-align: center;
}
Example 2: html center text
<center>Dieser Text wird zentriert.
<p>Ebenso dieser Paragraph.</p></center>