0% found this document useful (0 votes)
37 views2 pages

WAD Important Topic

The document outlines important topics for web application development, covering HTML, CSS, JavaScript, XML, JSON, and server-side technologies like Servlets and JSP. It includes practical tasks such as designing dynamic webpages, validating input fields, and implementing various web components. Additionally, it compares AngularJS and ReactJS, emphasizing their features and differences.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views2 pages

WAD Important Topic

The document outlines important topics for web application development, covering HTML, CSS, JavaScript, XML, JSON, and server-side technologies like Servlets and JSP. It includes practical tasks such as designing dynamic webpages, validating input fields, and implementing various web components. Additionally, it compares AngularJS and ReactJS, emphasizing their features and differences.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

You might also like