How to align image in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to align image in html

16th Nov 2021, 2:05 PM
Arnold
2 Answers
+ 2
a) Use CSS, b) Put it in an aligned div or p using the align-attribute, or c) Google Link your code.
16th Nov 2021, 2:15 PM
Lisa
Lisa - avatar
0
In html <html> <head> <title>Align</title> </head> <body> <h1 align="center>enter the text you wish to centralize here!!!</h1> </body> </html>
17th Nov 2021, 1:41 PM
Ahmadu Abbas
Ahmadu Abbas - avatar