0

I am not sure if html belongs to structured, semi-structured or unstructured data. I hope you can answer me this question.

3 Answers 3

3

HTML is semi structured. It contains tags and elements with definitive properties and hierarchies. However, the order and number of those tags varies from document to document.

Sign up to request clarification or add additional context in comments.

Comments

0

HTML is semi-structured, because we can organize different kind of data in tags.

For example <P> for paragraphs and <ul> for lists, adding attributes to tags and etc.

Comments

0

HTML is a hierachical tree data structure. For example, XML and XLST are both hierarchical tree data structures that produce a structured hierarchical tree data structure. See Microsoft XSLT and XSLT Programmers Reference from Wrox. Therefore, from a definitional point of view HTML is a data structure.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.