how to enable to create New document or new folder in var/www/html ? "my Ubuntu is 16.04"
sudo chown -R $USER:$USER /var/www/html
To do it from the terminal:
sudo mkdir /var/www/html/YOUR_DIRECTORY_NAME
You don't want to give yourself ownership of /var/www/html