Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Categories: Assignments. 5 Comments on Assignment 1

Deadline for submission of assignment: 22nd March 2014

Instructions: Submit the answers of assignment questions on white A4 sheets placed inside a stick file. Don’t forget to write your rollno, name and section at the top right corner of the first page.

 

1.

a) What is HTML? What are differences between HTML and HTTP? What are the essential or fundamental HTML tags in a web page?

b) Create a web page using frames which contains two columns. The left frame contains five hyperlinks namely: books, pens, watches, bags and shoes. When the user clicks on a link (for example books) in the left frame, a webpage should load in the right frame which contains details about the items like book cover image, book publisher name, book price and add to cart button for books category. Initially, display a welcome page in the right frame.

 

2.

a) What is CSS? What are the differences between HTML and CSS? What are the different ways for specifying CSS in developing web pages?

b) Create a webpage which contains a table for displaying your personal details like name, age, father name, mobile no, address, branch, email and gender. Follow the below requirements:
i. Display your picture in the top right corner of the web page as a background image.
ii. Display the table header background in red color and the text in white color.
iii. Display email row in bold font.
iv. Table should have a dashed, 1px width, grey color border.
Use only external CSS to specify the styling information in the above webpage.

 

3.

a) What is Javascript? What are the differences between HTML and Javascript? Display a login form and validate the username and password fields using Javascript.

b) What is PHP? What are its uses? Using PHP insert the following details of a book into MYSQL database:
i. Book name
ii. Book author(s)
iii. Book description
iv. Book price
v. Book image url

 

4.

a) Create a login form and store the username and password details in cookies if they are valid. Display a welcome message in other page(s) by retrieving the data stored in cookies using servlets.

b) Create a cart page containing details of 2 books. When the user clicks on ‘Add to Cart’ button, the details of the book should be stored in a session. Create another page and display the selected book details by retrieving them from the session using JSPs.

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Suryateja Pericherla

Suryateja Pericherla, at present is a Research Scholar (full-time Ph.D.) in the Dept. of Computer Science & Systems Engineering at Andhra University, Visakhapatnam. Previously worked as an Associate Professor in the Dept. of CSE at Vishnu Institute of Technology, India.

He has 11+ years of teaching experience and is an individual researcher whose research interests are Cloud Computing, Internet of Things, Computer Security, Network Security and Blockchain.

He is a member of professional societies like IEEE, ACM, CSI and ISCA. He published several research papers which are indexed by SCIE, WoS, Scopus, Springer and others.

Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

5 Comments

You can follow any responses to this entry through the RSS 2.0 feed.

Great job sir can I have answers for the above assignment for revision

    I don’t think I have the answers for this assignment with me now as it has been a long time since I posted this.

    Can l have answers?

    I can’t find them with me as it has been a long time since I had posted this. Sorry.

    Can l have the answers, wanna revise?

Leave a Reply

Your email address will not be published. Required fields are marked *