So I am making a quote website and i want to link each Author to a page where I can set his/her quotes so should I make a single html page for each one of them or there is an easy way to do that, ty
Yes, there is an "easy" way to do that. It depends of what do you use to create this website.
Did you use any kind of CMS like WordPress? Or you are still using only HTML, CSS and Javascript?
In the second case, you will have do some back-end app to bring this dynamically.