0
How can i bring my html code in center of the page
2 ответов
+ 5
Use align=“center” or <center>
+ 3
https://www.sololearn.com/discuss/1245832/?ref=app
you can use the <center>tag or in the css part whatever you wanted to set as middle, type - text align : center;