What are Elements and Tags?
• HTML is a collection of elements arranged in a hierarchy called DOM.
• Browser can understand only Elements.
• The presentation in HTML is defined by using Elements, like Images, Anchor, Form etc.
• Elements are designed by using 2 techniques
o Dynamically
o Statically
• Statically elements are presented by using “tag”
• “Tag” is used to build and present elements statically.
• You can also present the element dynamically.
• You can build element dynamically
Post a Comment
Post a Comment