You can put this solution on YOUR website! Do it like this one:
=========================================
List Down all the possible subsets of the following :
A= {love,care,respect}
3 elements --> 2^3 = 8 subsets
{}
{L}, {C}, {R}
{LC}, {LR}, {CR}
{LCR}