SóProvas


ID
3871072
Banca
FAURGS
Órgão
UFCSPA - RS
Ano
2018
Provas
Disciplina
Não definido
Assuntos

Analise o trecho de código abaixo, escrito em XML. 


  1. 1. <?xml version “1.0” encoding=”UTF-8”?>
  2. 2. <!- File Name: PurchaseOrder.xml -->
  3. 3.
  4. 4 .<PurchaseOrde>
  5. 5 .     <Customer>
  6. 6.           <Name> John Arthur </Name>
  7. 7 .          <Address>.. </Addres>
  8. 8.      </Customer>
  9. 9.      <Customer>
  10. 10.    ...
  11. 11.     </Customer>
  12. 12. </PurchaseOrder>


Com base nesse código, assinale a alternativa correta. 

Alternativas