The correct CSS property for making text bold is 'font-weight' with value 'bold'. The selector 'p' targets all paragraph elements. Options B and D use non-existent properties ('text-size', 'font-size' for boldness). Option C uses inline style syntax but with an incorrect property.