Multiple choice technology web technology The statement is used to Select the Jim element Select the Jim attribute Select the id attribute Select the id attribute if the value is Jim Reveal answer Fill a bubble to check yourself C Correct answer Explanation The expression select="@id" (with value 'Jim' being the predicate filter) selects the id attribute value of elements where id equals 'Jim'. Option C correctly identifies that it selects the id attribute - the @ symbol in XPath denotes an attribute.