How can I align href link on right side of page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I align href link on right side of page?

20th Feb 2016, 9:17 PM
Mohsin Naeem
Mohsin Naeem - avatar
4 Answers
+ 7
You can use floating. For example: <a href="#link" style="float:right">Some link title</a>
23rd May 2016, 3:18 PM
James Flanders
+ 4
you can use <p align="right"><a href="address">test</a></p>
2nd Jun 2016, 7:31 AM
mehrun
0
yes
29th May 2016, 3:58 PM
sadaf Muneera
sadaf Muneera - avatar
0
yup
22nd Jun 2016, 4:17 PM
JOHN MAI
JOHN MAI - avatar