mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
732 B
732 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f0e0b6c005b0e76f07b | خدمات الويب: XML | 11 | _pZ0srbg7So |
|
web-services-xml |
--question--
--text--
What is wrong with the following XML?:
<person>
<name>Chuck</name>
<phone type="intl">
+1 734 303 4456
<email hide="yes" />
</person>
--answers--
علامة البريد الإلكتروني تفتقد علامة الإغلاق.
سيؤدي الفراغ إلى جعل XML غير صالح.
علامة الهاتف تفتقد إلى علامة الإغلاق.
يجب تشفير النص العادي باستخدام UTF-8.
--video-solution--
3