+ 1
Need Help In HTML
Yo Guys Im Trying To Keep My Linked Image in center but I Cant. What Code Should I Run To Keep My Img In Center Of The Page? (center of Width)
6 Answers
+ 2
https://www.sololearn.com/discuss/1839506/?ref=app
Plz answer my question
+ 1
Use <centre> tag for keeping the image in center
+ 1
but show me example. I Need example in context
+ 1
<center> tag is right it will work
+ 1
Use this code of mine to play around...
<html>
<head><title>Home_Page</title></head>
<body bg color="black">
<center><img src="C:\Users\MokhatGM\Desktop\hello.jpg" width="200 height="200"></center>
</body>
<html>