How do I align it don’t seem to align to the right for HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I align it don’t seem to align to the right for HTML

<a align="right">href="http://www.sololearn.com" target="blank" learn from the same website</a>

19th Apr 2020, 6:41 PM
William Yates
4 Answers
+ 2
<p align="right"><a href="http://www.sololearn.com" target="_blank" learn from the same website</a></p> . That should do it
19th Apr 2020, 6:58 PM
Mahin Akib
Mahin Akib - avatar
+ 4
Enclose it in <p align="right"></p>
19th Apr 2020, 6:48 PM
Bartika🎶
Bartika🎶 - avatar
+ 1
okey that will work for link cos it didnt realy explain how to do all other commands part from <p>
19th Apr 2020, 6:53 PM
William Yates
0
thank you very much
19th Apr 2020, 6:56 PM
William Yates