Is it posible to aling the text of a hyperlink to any side? "<a href="https://www.google.com" aling="center">M</a> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it posible to aling the text of a hyperlink to any side? "<a href="https://www.google.com" aling="center">M</a>

Thank you

16th Jun 2020, 7:55 PM
Iván Jaraiz
Iván Jaraiz - avatar
2 Answers
+ 1
Yes! Just nest the <a> element in a div element then style the div to align all it's items to the alignment that you please. Eg: <div style="align-items: center;"> <a href="www.google.com">kjskdjasdajdhakdhkasjdhksajajdskj</a> </div> you can use external css if you want to as well.
16th Jun 2020, 8:19 PM
moses
moses - avatar
0
Thank you very much
16th Jun 2020, 8:20 PM
Iván Jaraiz
Iván Jaraiz - avatar