Class PPT
Agenda
- Form tag
- GET vs POST method
- Header, Footer, section, article, aside, nav Tags
- CSS
- Selector
- CSS Box Model
- CSS Display
GET Method
- Values will be sent using Request Head
- Values will be appended on url (visible)
- Restriction on maximum size of data to be passed
- Only ascii values can be sent using GET
- URL can be bookmarked with the values
- Files can NOT sent using GET
POST Method
- Values will be sent using Request Body
- Values will be invisible
- There is no restriction on size of data