0
In html how can an alignment of a text be changed without going for tags <H1> - <H6> and <p>
3 ответов
+ 1
For centering use
<center>text here</center>
+ 1
What kind of html page is this if you want to avoid using html markup? If the text wont have any tags at all, then the only option left to control it's appearance is adding style to <body> like this:
body { text-align:center }
You'll have very limited control then.
- 2
<hi>