0 votes
in XML by
Can you please explain which of the following XML fragments are well-formed?

A. <myElement myAttribute="someValue"/>

B. <myElement myAttribute=someValue/>

C. <myElement myAttribute=’someValue’>

D. <myElement myAttribute="someValue’/>

1 Answer

0 votes
by
<myElement myAttribute="someValue"/>
...