Solved

Write an XML Fragment with a Course Element and Two

Question 3

Multiple Choice

Write an XML fragment with a course element and two child elements, courseID and credits. The course ID is CS605 and it has 3 credit hours.


A) <course>
<courseID> CS605 </courseID>
<credits> 3 </credits>
</course>
B) <course>
<courseID> CS605
<credits> 3 </credits>
</courseID>
</course>
C) <courseID>
<course> CS605 </course>
<credits> 3 </credits>
</courseID>
D) <course>
<courseID> CS605 </courseID>
</course>
<course>
<credits> 3 </credits>
</course>

Correct Answer:

verifed

Verified

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents