Create an XHTML page to demonstrate the usage of a. Text Formatting tags,b. Linksc. Images d. Tables
Develop and demonstrate the usage of inline and external style sheet using CSS
Develop and demonstrate a XHTML file that includes JavaScript script for thefollowing problems:a) Input: A number n obtained using promptOutput: The first n Fibonacci numbersb) Input: A number n obtained using promptOutput: A table of numbers from 1 to n and their squares using alert
Develop and demonstrate using JavaScript, a XHTML document that displaysrandom numbers (integers).
a) Develop and demonstrate, using JavaScript script, a XHTML document that collectsthe USN ( the valid format is: A digit from 1 to 4 followed by two upper-case charactersfollowed by two digits followed by two upper-case characters followed by three digits; noembedded spaces allowed) of the user. Event handler must be included for the formelement that collects this information to validate the input. Messages in the alert windowsmust be produced when errors are detected.b) Modify the above program to get the current semester also (restricted to be a number from 1to
a) Develop and demonstrate, using JavaScript script, a XHTML document that containsthree images, stacked on top of each other, with only enough of each showing so that themouse cursor can be placed over some part of them. When the cursor is placed over theexposed part of any paragraph, it should rise to the top to become completely visible.b) Modify the above document so that when an image is moved from the top stacking position,it returns to its original position rather than to the bottom.
Develop using JavaScript script, an XHTML document that use of onload and onfocusevents
a) Design an XML document to store information about a student in an engineeringcollege affiliated to VTU. The information must include USN, Name, Name of the College,Brach, Year of Joining, and e-mail id. Make up sample data for 3 students. Create a CSS stylesheet and use it to display the document. b) Create an XSLT style sheet for one student element of the above document and use it to create a display of that element.
Write a Perl program which demonstrates the usage of scalar variables and arrays
Write a Perl program to display various Server information like Server Name,ServerSoftware, Server protocol,CGI Revision etc.
Write a Perl program to display a digital clock which displays the current time of the server
Write a Perl program to accept the User Name and display a greeting messagerandomly chosen from a list of 4 greeting messages.
Write a Perl program to keep track of the number of visitors visiting the web page andto display this count of visitors, with proper headings.
Write a CGI-Perl program to use a cookie to remember the day of the last login from auser and display it when run