I have the following code -
Silly Title
Silly Body
You can try this
<Title><h2 align="center">Centered Heading</h2></Title>
I am not sure this will work or not but try..... Check this tutorial
http://www.tizag.com/htmlT/htmlattributes.php
If you have your <title>
in a <header>
tag, you can use this:
<style>
header {
text-align: center;
}
</style>
No, you can't format the title in any way.
It's just information to the browser, that it will display outside the page itself. Typically it's shown in the name of the browser or on the tab for the page.