Can we center align text in title tag?

后端 未结 3 1545
萌比男神i
萌比男神i 2021-01-20 17:38

I have the following code -



Silly Title    

Silly Body
         


        
3条回答
  •  既然无缘
    2021-01-20 18:16

    You can try this

              <h2 align="center">Centered Heading</h2>
    

    I am not sure this will work or not but try..... Check this tutorial

    http://www.tizag.com/htmlT/htmlattributes.php

提交回复
热议问题