How change location html url on the page, pls help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How change location html url on the page, pls help

I write a page, and I need to change location url on the page, but the url location is left, I would like to url on the center NOW: https://google.com I NEED THERE

19th Sep 2019, 5:18 PM
THEMakci7m87
THEMakci7m87 - avatar
5 Answers
0
<p id = "google_link"> <a href='https://google.com'>This is Google link!</a> </p> in css file write this p { text-align: center; } or #google_link { text-align: center; }
19th Sep 2019, 6:00 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
I did not get this
25th Sep 2019, 10:04 AM
Talib Qshi
Talib Qshi - avatar
0
Can you explain deeply
25th Sep 2019, 10:04 AM
Talib Qshi
Talib Qshi - avatar
25th Sep 2019, 10:35 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
<div align=center> <p id="google_link"> <a href='https://google.com'>This is Google link!</a> </p> </div> #google_link { text-align: center; }
10th Oct 2019, 8:25 PM
Jawad Adil
Jawad Adil - avatar