Computer Science, asked by aarchi82, 1 year ago

explain that xml tag are case sensitive
Tell this in easy language

Answers

Answered by simra85
3
<<HEY MATE HERE'S YOUR ANSWER>>
All of an XML document is case-sensitive. This is significantly different from HTML and most other SGML applications, where the default was to ignore case. It was done to allow markup in non-Latin-alphabet languages, and to obviate problems with case-folding in writing systems which are inherently caseless.
HOPE IT HELPS
PLZ MRK AS BRAINLIST

simra85: Plz mrk as brainlist
simra85: Plz aarchi
aarchi82: sorry
aarchi82: but i understand Siddhartha one answser
Answered by siddhartharao77
6

Short note on XML tag:

(i) It is an acronym for eXtensible MarkUp Language.

(ii) XML tags are user defined tags i.e tags are created by the author.

(iii) XML mainly focuses on on what data is. It is designed to store and transport data.

(iv) Documents can be structured logically in XML.

XML case-sensitive:

(i) XML does have a strictly defined syntax.

(ii) It must have a start-tag and an end-tag i.e All XML elements must have a closing tag.

(iii) Tags must be properly nested and also its attributes values must be Quoted.

Example:

(i) <name>brainly</Name>   ---- Invalid

<name>brainly</name>  ---- valid


(ii) <name><site>brainly</name></site>   ---- Invalid

<name><site>brainly</site></name   ----- valid


(iii)

<site>

<rank>

Brainly is the best educational app

</site>

</rank>


Hope it helps!

Similar questions