Q4 Single choice Mark for later Consider the following code: A Replaces the text CIW with the text http://www.CIWcertified.com B Replaces the text CIW with a link that reads myLink and points to the URL www.CIWcertified.com C Converts the text CIW into a link that reads CIW and points to the URL www.CIWcertified.com D Returns true if the content of the <span> is a link to www.CIWcertified.com, or returns false if thecontent of the <span> is not a link towww.CIWcertified.com Correct answer