How do you align an image hyperlink? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you align an image hyperlink?

I try to find answer on web but it doesn't work.

24th Jan 2018, 2:24 AM
Toman Jef
2 Answers
+ 3
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p align="center"> <a href=""><img src="http://www.filestored.narod.ru/Picture/Files/Images/Animals/1024x768/174b.jpg" alt="image" width="100"/></a> </p> </body> </html>
24th Jan 2018, 3:34 AM
Vitaliy Angelov (Rostov-on-Don)
Vitaliy Angelov (Rostov-on-Don) - avatar
+ 1
To which side of the screen?
24th Jan 2018, 2:48 AM
Faisal
Faisal - avatar