650 B
650 B
id, title, challengeType, videoId, bilibiliIds, dashedName
id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
5e7b9f0e0b6c005b0e76f07b | Serviços da web: XML | 11 | _pZ0srbg7So |
|
web-services-xml |
--question--
--text--
O que há de errado com o XML a seguir?
<person>
<name>Chuck</name>
<phone type="intl">
+1 734 303 4456
<email hide="yes" />
</person>
--answers--
A tag de e-mail está sem a tag de fechamento.
O espaçamento fará com que o XML seja inválido.
A tag phone está sem a tag de fechamento.
O texto sem formatação será codificado usando UTF-8.
--video-solution--
3