Files
freeCodeCamp/curriculum/challenges/arabic/23-python-for-everybody/python-for-everybody/web-services-xml.md
2024-01-24 19:52:36 +01:00

732 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f0e0b6c005b0e76f07b خدمات الويب: XML 11 _pZ0srbg7So
aid bvid cid
761920032 BV1n64y1x7KW 377332379
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