A. echo "I like JavaScript"; B. document.write( I like JavaScript); C. response.write("I like JavaScript") ; D. alert("I like JavaScript");
A. B. C.