DEVFYI - Developer Resource - FYI

What is tag

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

296. What is tag

In XML documents, a piece of text that describes a unit of data or an element. The tag is distinguishable as markup, as opposed to data, because it is surrounded by angle brackets (< and >). To treat such markup syntax as data, you use an entity reference or a CDATA section.

(Continued on next question...)

Other Interview Questions