LIST OF PROGRAMS FOR PRACTICAL FILE OF WEB
TECHNOLOGIES
S. No. Program Title Page No. Signature
1 Create an HTML page using all text formatting Tags. 4-5
2 Create an HTML page using different Lists Tags. 5-8
3 Create an HTML page using Nested Lists Tags. 8-9
Create an HTML page using <a> Tags that connect different paragraph on a
4 10-12
single page.
5 Create an HTML Page to show internal linking in web pages 12-13
6 Create an HTML Page to show external linking in web pages 13
7 Create an HTML page using different types of Table Tags. 14-17
8 Create an HTML page using Frames Tags. 17-18
Create an HTML page using Frames Tags to show the use of targeted named
9 18-19
frames
10 Create an HTML Page to add graphics to a web page with all attributes -
11 Create an HTML page using image Mapping in linking web pages. 20
12 Create an HTML page using inline CSS. 21-22
13 Create an HTML page using internal CSS. 22-23
14 Create an HTML page using external CSS. 23-24
15 Create an HTML page to add Various form controls in a webpage 24-26
16 Write a JavaScript program to show the use of variables. 26-27
17 Write a JavaScript program to show use of simple if statement 27-28
18 Write a JavaScript program to show use of if-else statement 28-29
19 Write a JavaScript program to show use of if..else if....else statement 29-30
20 Write a JavaScript program to show use of switch statement 30-32
21 Create an HTML page using While Loop in JavaScript. 32-33
22 Create an HTML page using Do While Loop in JavaScript. 33-34
23 Create an HTML page using For Loop in JavaScript. 35
24 Create an HTML page using For..in Loop in JavaScript. 36
25 Create an HTML page using break statement in JavaScript. 37
Page 1
S. No. Program Title Page No. Signature
26 Create an HTML page using continue statement in JavaScript. 38
27 Create an HTML page using alert() built-in function in JavaScript. 39
28 Create an HTML page using confirm() built-in function in JavaScript. 40-41
29 Create an HTML page using prompt() built-in function in JavaScript. 42-43
30 Create an HTML page using user-defined Functions in JavaScript. 43-44
31 Create an HTML page using Functions Parameters in JavaScript. 44-45
32 Create an HTML page to show use of local and global variables in JavaScript. 45-46
33 Create an HTML page using eval() function in JavaScript. 47-48
34 Create an HTML page using parseInt() function in JavaScript. 48-49
35 Create an HTML page using 1-D Arrays in JavaScript. 49-50
36 Create an HTML page using 2-D Arrays in JavaScript. 50-51
37 Create an HTML page to show use of onclick, double click events in JavaScript. 51-52
Create an HTML page to show use of onfocus, onload, onunload events in
38 53-55
JavaScript.
Create an HTML page to show use of onkeydown, onkeypress, onkeyup events
39 55-56
in JavaScript.
Create an HTML page to show use of onsubmit, onmouseover, onmouseout
40 57-59
events in JavaScript.
41 Create an HTML page to show form validation using JavaScript. 60-62
Page 2