□ Markup
○ Markup : Additional information to support document processing
○ Markup consists of Element, Tag, Attribute, Value, Content
○ Markup consists of Element, Tag, Attribute, Value, Content
- Element : <p title="This is title">Good day</p>
(Information from start-tag to end-tag)
- Tag : <p>, </p>
- Attribute : title=""
- Value : This is title
- Content : Good day
(Information from start-tag to end-tag)
- Tag : <p>, </p>
- Attribute : title=""
- Value : This is title
- Content : Good day