$('#p_id') is used toO selecting a single element which matches the given id.O None of theseOselecting all elements which match the given id.Oselecting a paragraph which matches the given id.
('#p_id') is used toO selecting a single element which matches the given id.O None of theseOselecting all elements which match the given id.Oselecting a paragraph which matches the given id.
Answers (1)
$('#p_id') is used to a single element that matches the given id.
It looks for specific elements with Id mentioned in p_id