WEEK 7 : Semi Structured Data And XML Flashcards
1
Q
What is Hypertext Markup Language (HTML)?
A
A document used for formatting and structuring web documents designed to describe how a web browser should arrange text, images and push buttons on a page.
2
Q
What us Semi Structured Data?
A
A data model designed to cope with problems of information integration.
3
Q
What is XQUERY?
A
An emerging standard query language for XML data.
4
Q
What is Extensible Markup Language (XML)?
A
A Markup Language and file format for storing, transmitting and reconstructing data.
5
Q
What is a tag?
A
Start Tag - <tag>
End Tag - </tag>
6
Q
What is an element?
A
The container used to store text attributes.