0

What is a Web Structor ?

The <html> Tag Although various versions have been released over the years, HTML basics remain the same. The structure of an HTML document has been compared with that of a sandwich. As a sandwich has two slices of bread, the HTML document has opening and closing HTML tags. These tags, like the bread in a sandwich, surround everything else:

8th May 2017, 8:21 AM
Lunda
Lunda - avatar
1 Answer
+ 1
I do prefer the tree approach. The root is the HTML element, than you progress down. Use HTML as the Document Object Model(DOM).
11th May 2017, 2:24 PM
Felipe Cruz
Felipe Cruz - avatar