1. Use the div tag with the align attribute
<div align="center">
Hello World
</div>
2. Forms are actually created with html. But to process those forms, you will want to learn PHP. To store accounts, you will need to learn how to use databases with an sql server, like MySQL. I would first...