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

Be (Computer Science) 7 Sem Web Engineering (Cs802)

This document outlines 7 web development tasks using technologies like XHTML, CSS, JavaScript, and MySQL: 1. Create an XHTML page with external CSS, lists, tables, borders, padding, and color. 2. Create XHTML pages with JavaScript to output Fibonacci numbers and a table of numbers and squares. 3. Create XHTML pages with JavaScript functions to find the first vowel in a string and reverse digits of a number. 4. Create a form to validate a USN using JavaScript alerts for errors. 5. Create a page with paragraphs that rise when the mouse hovers over using JavaScript. 6. Create an XML document to store student data and display with CSS.

Uploaded by

Pradeep Sanmani
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Be (Computer Science) 7 Sem Web Engineering (Cs802)

This document outlines 7 web development tasks using technologies like XHTML, CSS, JavaScript, and MySQL: 1. Create an XHTML page with external CSS, lists, tables, borders, padding, and color. 2. Create XHTML pages with JavaScript to output Fibonacci numbers and a table of numbers and squares. 3. Create XHTML pages with JavaScript functions to find the first vowel in a string and reverse digits of a number. 4. Create a form to validate a USN using JavaScript alerts for errors. 5. Create a page with paragraphs that rise when the mouse hovers over using JavaScript. 6. Create an XML document to store student data and display with CSS.

Uploaded by

Pradeep Sanmani
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

BE (COMPUTER SCIENCE ) 7TH SEM WEB ENGINEERING (CS802) 1 .

Develop and demonstrate a XHTML document that illustrates the use external style sheet ,ordered list ,table ,borders,padding,color,and the <span >tag. 2. Develop and demonstrate a XHTML file that includes Javascript Script for the following problems: a) Input : A number n obtained using prompt output: The first n Fibonacci numbers b) Input : A number n obtained using prompt output: A table of numbers from 1 to n and their squares using Alert. 3. Develop and demonstrate a XHTML file that includes Javascript Script that uses function for the following problems: a) Parameter : A String Output: The position in the the string of the left-most vowel b) Parameter : A number Output : The number with its digits in the reverse order 4. Develop and demonstrate, using Javascript script, a XHTML document that collect the USN ( the valid format is : A digit from 1 to 4 followed by two upper-case characters followed by two digits followed by two upper-case characters followed by three digits; no embedded space allowed) of the user. Event Handler must be included for the form element that collects this information to validate the input. Message in the alert windows must be produced when errors are detected. 5. Develop and demonstrate, using Javascript script, a XHTML document that contain three shot paragraphs of text ,stacked on top of each other, with only enough of each showing so that the mouse cursor can be placed over some part of them. When the cursor is placed over the exposed part of any paragraph , it should rise to the top to become completely visible. 6. Design an XML document to store information about a student in an engineering college affiliated to VTU. The information must include USN, Name, Name of the College, Branch, Year of joining and e-mail id. Make up simple data for 3 students. Create a CSS style sheet and use it to display the document. 7.Create a XHTML form with Name, Address line 1, Address line 2, and E-mail text fields . On submitting ,store the values in MySQL table. Retrieve and display the data based on Name.

You might also like