Centering Text / Images With HTML Command If you have the HTML code and would like it to be centered, this is what you do: At the beginning of the code, before anything else, you add: <center> Then at the end, after your code, you add </center> That's it!