The document is a practical file submitted by a student for the subject "Web Technologies". It contains 26 programming tasks to be completed related to HTML, CSS and JavaScript. The tasks include designing webpages, tables, forms and using various tags. It also includes tasks on creating frames, validating forms, sorting arrays and overloading methods in JavaScript. The student is required to complete the coding for each task and take the signature of the faculty member.
The document is a practical file submitted by a student for the subject "Web Technologies". It contains 26 programming tasks to be completed related to HTML, CSS and JavaScript. The tasks include designing webpages, tables, forms and using various tags. It also includes tasks on creating frames, validating forms, sorting arrays and overloading methods in JavaScript. The student is required to complete the coding for each task and take the signature of the faculty member.
The document is a practical file submitted by a student for the subject "Web Technologies". It contains 26 programming tasks to be completed related to HTML, CSS and JavaScript. The tasks include designing webpages, tables, forms and using various tags. It also includes tasks on creating frames, validating forms, sorting arrays and overloading methods in JavaScript. The student is required to complete the coding for each task and take the signature of the faculty member.
The document is a practical file submitted by a student for the subject "Web Technologies". It contains 26 programming tasks to be completed related to HTML, CSS and JavaScript. The tasks include designing webpages, tables, forms and using various tags. It also includes tasks on creating frames, validating forms, sorting arrays and overloading methods in JavaScript. The student is required to complete the coding for each task and take the signature of the faculty member.
your information, i.e. Bio data. (Use <h1>,<h2>, <b>,<i>,<hr>,<u>,<font>, <img> tags, etc.)
2) Design a webpage with HTML
describing your college containing a description of the courses, departments, faculties, library etc, (use href, list tags, styling tags).
3) Create links on the words e.g. “Wi-Fi”
and “LAN” to link them to Wikipedia pages 4) Design a page to make a table of your educational qualification (use cellspacing, cellpadding, rowspan, & colspan)
5) Design a mark sheet and display all your
marks with subjects in a tabular format as follows: Marksheet Subjects Maths- SE WT CN Java IV Internal External 6) Design a webpage to List a table of content and navigate within the pages. (use anchor tag, both internal as well as external)
7) Design a page to insert an image and
create a link such that clicking on image takes user to other page (<img> as link) 8) Design a Registration form for entering personal details like name, address, class, mobile number etc (use <label>, <input> tags, etc.)
9) Create user feedback form (use textbox,
textarea, checkbox, radio button, select box etc.)
10) Create a web page using frame. Divide
the page into two parts with Navigation links on left hand side of page (width=20%) and content page on right hand side of page (width = 80%). On clicking the navigation Links corresponding content must be shown on the right hand side. (<frameset> and <frame> tags)
11) Write html code to develop a webpage
having two frames that divide the webpage into two equal rows and then divide the row into equal columns fill each frame with a different background color.
12) Write a css program to make internal,
external, inline css file.
13) Write a css program to apply to the html
file at Sl. No.1. 14) Write a css program to define the table properties of file at Sl. No. 5.
15) Write anexternal cssfile for the file at Sl.
No. 8,validate its field by using JavaScript.
16) Write a Javascript program for addition,
subtraction, multiplication, division function.
17) Write a JavaScript program to sort
elements in a given array.
18) Write a JavaScript to create a class
calculator that contains an overloaded(?) method called "add" to calculate the sum of two integers, two float numbers and, one integer and one float.
19) Write a JavaScript which takes Integer
number as input and tells whether the number is ODD or EVEN.
20) Write a Java script program to validate
an email address.
21) Write a Java script program for
redirecting a web page. 22) Write a Java script program which on by clicking image become large and by removing the mouse the image comes in its original size.
23) Use regular expression for validation the
above Feedback Form at Sl. No. 9.
24) Create XML file to store student
information like Enrolment Number, Name, Mobile Number, Email Id. 25) Create DTD for above XML File.
26) Create XML Schema for above (Sl. No.
18 ) 1.Design a home page which will display your information, i.e. Bio data. (Use <h1>, <h2>, <b> ,<i>,<hr>,<u>,<font>, <img> tags, etc.) 2. Design a webpage with HTML describing your college containing a description of the courses, departments, faculties, library etc, (use href, list tags, styling tags). 3.Create links on the words e.g. “Wi-Fi” and “LAN” to link them to Wikipedia pages 4.Design a page to make a table of your educational qualification (use cellspacing, cellpadding, rowspan, & colspan) 5.Design a mark sheet and display all your marks with subjects in a tabular format as follows: Marksheet Subjects Maths- SE WT CN Java IV Internal External 6.Design a webpage to List a table of content and navigate within the pages. (use anchor tag, both internal as well as external) 7. Design a page to insert an image and create a link such that clicking on image takes user to other page (<img> as link) 8.Design a Registration form for entering personal details like name, address, class, mobile number etc (use <label>, <input> tags, etc.) 9. Create user feedback form (use textbox, textarea, checkbox, radio button, select box etc.) 10. Create a web page using frame. Divide the page into two parts with Navigation links on left hand side of page (width=20%) and content page on right hand side of page (width = 80%). On clicking the navigation Links corresponding content must be shown on the right hand side. (<frameset> and <frame> tags) 11. Write html code to develop a webpage having two frames that divide the webpage into two equal rows and then divide the row into equal columns fill each frame with a different background color.