html how to center code example
Example 1: html how to center text
<p style="text-align:center;">Centered paragraph.</p>
Example 2: center text in a html file
<tag class="" align='center'></tag>
Example 3: centering in html
<style>
element
{
text-align: center;
}
</style>
-------------------------------------------------------------------------------
style.css
element
{
text-align: center;
}