The text-decoration property controls underline on links. Setting 'text-decoration:none' removes the default underline. Option A is incorrect because 'no underline' is not a valid value (should be 'none'). Option C uses the wrong property name 'underline', and Option D incorrectly uses 'decoration' instead of 'text-decoration'.