January 25, 2016

[Web] Markup

□ Markup

○ Markup : Additional information to support document processing
○ 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