Answers for "how to display a text in center of the html page"

CSS
14

how to center text in html

text-align: center;
Posted by: Guest on July-28-2020
3

how to center text in html

With the aid of internal or external CSS you can center text with:

text-align: center;
Posted by: Guest on October-06-2020

Code answers related to "how to display a text in center of the html page"

Browse Popular Code Answers by Language