javascript text align center code example
Example 1: center text in css
.class {
text-align: center;
}
Example 2: text align-center js
objetJavasript.style.textAlign = "center";
objetJavasript.style.textAlign = "right;
objetJavasript.style.textAlign = "justify;
alert(objetJavasript.style.textAlign);