We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4
Department of Information
Technology Internet Programming Lab
List of experiment
TE (A.Y. 2023-24)
Exp No. Expriment Title
1 HTML5
2 HTML5
3 HTML5 and CSS
4 HTML5, CSS and JavaScript
5 HTML5, CSS and JavaScript
6 7 8 9 10 11 12 13 14 15 16 Department of Information Internet Programming Lab List of experiment
TE (A.Y. 2023-24)
Problem Statements
Write a HTML Code to create admission form.
Incorporate the tags like iframes, audio and video to it. Write a HTML code which includes table, hyperlink, character formatting, ordered unordered list to display on your resume. Design email registration using HTML forms and CSS tags.
PBL- Use JavaScript Client Side Validation in a form to
develop interactive web pages. Check for following validations:- a) When we click on submit button it must display the message form is submitted successfully b) Both username and password must be 4 to 8 characters in length c)The username must be composed only of alphanumeric characters (a-z, A-Z,0-9). The username must begin with an alphabetic character d) The password constraints should be same as that of username except that it may also contain the underscore and hyphen but not as the first character.
PBL -Create a web page with the functionality of
Simple interest calculations. The page should have 4 text fields and 2 buttons named calculate and clear. Out of 4 text fields, 3 are to accept data i.e., principal, rate of interest and long term in number of months and the fourth one to give out result, the simple interest. Shruti Agrawal Faculty Incharge