'what you would like to center'
There can be multiple lines between the center 'tags'
2006-06-18 17:46:43
·
answer #1
·
answered by K4P741N_KRUNCH 2
·
0⤊
0⤋
For header:
A Centered Title
For Paragraph:
This is a centered paragraph. Notice that each line centers itself individually. Alignment really comes in handy for all sorts of things and will be used a lot as we continue studying HTML. Again, alignment is generally only noticed in the last line of a paragraph.
For Text Division:
Here's a reference link with some information:
http://codepunk.hardwar.org.uk/bhtml3.htm
2006-06-18 17:46:52
·
answer #2
·
answered by CHINA DOLL GIRL'S HUSBAND {=_=} 2
·
0⤊
0⤋
RE: Html code to center text?
2016-05-20 01:32:27
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
The preferred HTML 4.0 code is:
<{tag} style="text-align:center;"> Centered text {tag}>
But you can also use the deprecated HTML 3.0 attribute:
<{tag} align="center"> Centered text {tag}>
Or the deprecated HTML 3.0 tag:
Centered text
2006-06-18 17:48:08
·
answer #4
·
answered by Lapper 4
·
0⤊
0⤋
2006-06-18 17:44:50
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
whta you want centered
would be best
someone above said to use
but that only works in internet explorer. there are 150 more browsers to think about. :(
2006-06-19 05:11:14
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋
You could use
text .
You could use cascading style sheets, which is the norm now.
You could use the style attribute in your paragraph. If you are using paragraphs.
Eg,
text
2006-06-18 17:48:55
·
answer #7
·
answered by Mark aka jack573 7
·
0⤊
0⤋
2006-06-18 17:46:09
·
answer #8
·
answered by Enigma 1
·
0⤊
0⤋
text...
text...
these are two different way to do the same thing
2006-06-18 17:53:54
·
answer #9
·
answered by D 1
·
0⤊
0⤋
u can use
or for paragraphs..
2006-06-18 17:45:46
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋