html middle a text of a page code example
Example 1: center text in a html file
<tag class="" align='center'></tag>
Example 2: centering in html
<style>
element
{
text-align: center;
}
</style>
-------------------------------------------------------------------------------
style.css
element
{
text-align: center;
}