0
How to align image in html
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.
0
In html
<html>
<head>
<title>Align</title>
</head>
<body>
<h1 align="center>enter the text you wish to centralize here!!!</h1>
</body>
</html>