Web Application and Development - Important Topics
1. HTML & HTML5
- Structure of an HTML document
- Important Tags:
- <p>, <h1> to <h6>, <a>, <form>, <div>, <iframe>, <map>, <ol>, <select>, <legend>
- Meta Tags and their purpose
- Input elements in HTML (e.g., textboxes, buttons, etc.)
2. CSS (Cascading Style Sheets)
- Types of CSS: Inline, Embedded, External
- CSS Box Model (Content, Padding, Border, Margin)
- Selectors in CSS: Universal, Class, ID, Attribute Selectors
- Common Properties: float, margin, padding, background-color
- Bootstrap Grid System for responsive design
3. JavaScript
- JavaScript Functions: alert(), prompt(), confirm()
- Variable Scope and Assignment in JavaScript
- Validations using JavaScript (e.g., mobile number validation)
- DOM (Document Object Model) Manipulation in JavaScript
4. PHP
- Differences between GET and POST methods in form submission
- PHP Sessions and Cookie handling
- Database connectivity using MySQL (mysql_connect(), mysql_select_db(), mysql_close())
- File handling and uploads in PHP
5. jQuery
- Selectors in jQuery: Basic, Attribute, Hierarchy Selectors
- jQuery Effects: show(), hide(), fadeIn(), fadeOut(), slideUp(), slideDown()
6. Web Design
- Key Web Design Issues (User Interface, Performance, Security)
- Effective Website Navigation (Breadcrumbs, Menus, Links)
- Importance of Responsive Design using Bootstrap