Hello.I want to align image with html and in the code i have <img align="middle" /> But image doesn't go to middle,it's still in the left.Why is that,who knows? And yes,i know it's better to align with css,but i need to do it in html for my task. Thank you
Well if you insist on using HTML in specific, do it with <center>IMG</center> tags. CSS is a much better practice though.