Class PPT
Agenda
- Textual tags
- Formatting tags
- List tag
- Table tag
- Resource tags
- Anchor tag
- Form tag
- GET vs POST method
- Header, Footer, article, aside, nav
Attribute
- Extra information about the tag
- Attribute always present in name=value format
- E.g.
<meta charset="utf-8">
- meta: tag
- charset: attribute name
- utf-8: attribute value
- A tag may have one or more attributes
- Every tag has following attributes
- name: used to create query string
- id: used to identify an element uniquely
- style: used to write inline css