Login
Register
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
How to center text in HTML?
0
votes
How to do this ?
html
center
text
asked
Sep 15, 2019
in
HTML
by
Mike
(
150
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
In the past they used <center>Text here</center>
Now most of the time:
<
div
align
="center"
>
This is some text!
<
/div
>
And for Right side :
<
div
align
="right"
>
This is some text!
<
/div
>
And for left side:
<
div
align
="left"
>
This is some text!
<
/div
>
answered
Sep 15, 2019
by
John
(
440
points)
Please
log in
or
register
to add a comment.
Related questions
0
votes
0
answers
How to insert a copyright symbol on a browser page?
asked
Sep 16, 2019
in
HTML
by
anonymous
html
+1
vote
0
answers
How to place rotating ads in php from a text file?
asked
Sep 15, 2019
in
PHP
by
Mike
(
150
points)
php
0
votes
0
answers
Is there any way to keep list elements straight in an HTML file?
asked
Sep 16, 2019
in
HTML
by
anonymous
0
votes
0
answers
Is there any way to keep list elements straight in an HTML file?
asked
Sep 16, 2019
in
HTML
by
anonymous
0
votes
0
answers
How to change Ok Google in something else ? Is there a hack for it ?
asked
Mar 31, 2020
in
Google Voice Commands
by
John
(
440
points)
google
home
mini
...