0
How could I change the URL's location in the page like in the center or in the bottom and also the style type it shows?
9 ответов
+ 2
<center><a href="#"> The Link </a> </center> try this
+ 1
use a attribute-align
+ 1
this is paragraph tag not center tag . so it is better to use center tag
0
to change url location usr attribute in <a> tag align="center" eg <a href="#" align="center"> Link </a> for style use style atribute
0
thanks for all the reply, after I try the resolution like below, it still can't show on the center of the page, could anyone kindly check where is the problem? I been staring these for a while but still can't find it.
<a href="http://www.sololearn.com" align="center" target="_blank">
Learn Playing
</a>
0
I found this just now which can fit what I purpose, will that cause any problems ?
<a href="http://www.sololearn.com" target="_blank">
<p align="center"> Learn Playing </p>
</a>
0
i dnt think this is the correct way to align ur link to center
0
may I ask what will be caused in the future if I try this incorrect way?
0
thank you very much mate 👍