Remove 'use html' text below comments box

How do we remove the text below the comment box?

To hide allowed HTML tags text under comment box you can add this code to Appearance - Theme Options - Other - Custom CSS.

#respond form p.form-allowed-tags {
  display: none;
}

Thank you so much for your help!