Windows authentication will ask for Windows Username and Password in order to access the website or its page.
On the other hand Forms Authentication can be implented using database or XML file or similar storage.
The Username and Password are validated from Database and does not require the user to be a Windows user.