What is webroot?

I have no idea what webroot is, lol

It’s one of the different terms used for the directory where your webserver can find the files which you want to be available.

For Apache, the configuration directive is DocumentRoot;
For nginx, the configuration directive is root.

Other webservers probably have other names for the “webroot” configuration setting.