WAD Important Topics :
Module I:
HTML document structure
images, links, tables, forms, frames.
Levels of style sheets, style specification formats, selector forms, font properties,
list properties, colour properties, alignment of text, background images, The Box Model.
Module-2:
Functions, Arrays, DOM, Built-in Objects, Regular Expression, Validation
Dynamic documents.
Module-3:
document structure, document type definition, namespaces,
XML schemas, document object model,
presenting XML using CSS, XSLT, , XQuery, FLOWR.
JSON: Features, JSON vs. XML, JSON Data Types, JSON Objects, JSON Arrays, JSON HTML.
Module-4:
Life cycle of Servlet, Servlet methods, Java Server Pages.
Database connectivity – Servlets, JSP, JDBC,
Module-5 :
AngularJS, ReactJS, Angular JS VS React JS.
Angular JS Expressions, Data Binding, DOM, Events, Forms, Validations.
1. Design dynamic webpages using Java script.
2. Write JavaScript to validate input fields.
3. Write an XML file to display various contents.
4. Write a XSD to validate an XML file.
5. Implement arrays in JavaScript using inbuilt functions (length, push (), pop (), shift
(), unshift (), reverse().
6. Implement forms including username,password,dob,email,age,textarea, gender(radio
button),hobbies(checkbox),submit,reset buttons.
7. Implement Table with four rows, four columns. The table data can be form element
(radio, checkbox, text field, button),color for the cells, colour for the font, border
colour for the table, image as table data.
8. Implement the borders for the image, paragraphs, list. Apply colours for borders?
9. sort(): Using sort function sort an array elements for numbers.
10. Develop a JavaScript to determine whether a given number is a “PERFECT
NUMBER” or not. [E.g., 6 is a perfect number, since its factors including 1(but not
the number itself) sum to the number i.e., 1+2+3 = 6]
11. Write a Servlet program that accepts the age and name and displays if the user is
eligible for voting or not.
12. Write a Servlet application to count the total number of visits on your website.
13. Design a JavaScript digital clock.
14. Implement All text properties one program.
15. Write a script that reads an integer and determines and displays whether it is an
odd or even number.