0% found this document useful (0 votes)
19 views

Web Application Development Notes

Uploaded by

S.V ki batei
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Web Application Development Notes

Uploaded by

S.V ki batei
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like