how to align image in HTML?
Go to solution
Solved by Naeaes,
This is pretty crude but works. Put <center> before and </center> after.
as in:
<!DOCTYPE html> <html> <head> <title>my Page</title> </head> <body style="background-color: green"> <center> <img src= https://dncache-mauganscorp.netdna-ssl.com/thumbseg/1533/1533681-bigthumbnail.jpg ALT="logo"/> </center> <h1 style="text-align: center"> About Me </h1> </body> </html>
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now