Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to align photos center html

<!-- HTML here not CSS! -->
<!DOCTYPE html>
<head><!-- Title goes here --></head>
<body>
  <center><!-- Center's anythings -->
    <img src""><!-- Put image name (e.g example.jpeg) -->
  </center>
</body>
</html>
 
PREVIOUS NEXT
Tagged: #align #photos #center #html
ADD COMMENT
Topic
Name
4+3 =