S.NO. Name Of Practicals File NO. Practical Links
1 Write a code for html webpage which displays your name , college name , and semester. 02
2 Write a code for html webpage which redirects to Google page ( using anchor 'a' tag ) 03
3 Write a code for html webpage which redirects to polygwalior website , Google and some documents using anchor 'a' tag. 04
4 Write a code for html webpage which displays the image of virat kohli ( using img tag ). 05
5 Write a code for html webpage which displays the image of sachin Tendulkar ( using img tag ) 06
6 Write a code for html web page which displays your name in left , college name in right , and semester in center , your branch in red background color and text size - 50px. 07
7 Write a code for html webpage which displays your name in H1 tag and also in blue color and

tag uses purple background color.

08
8 Write a code for html webpage which displays some text formatting and uses < em> , < i> , < small> , < strong> , < sup> , < sub> , < ins> , < del> , < mark> tag. 09
9 Write a code for html webpage which displays some background color and text of red colour. 10
10 Write a CSS file and attached to any 3 html webpage. 11-13
11 Write a code for html webpage which displays virat kohli image as background. 14
12 Write a code for html webpage which displays table using < tr> < td> tag. 15
13 Make a form in html web page which takes all the details of person. 16
14 Make a form in html web page which takes all the details of person.(Ex- Name, Password, Age, Date of Birth, Month of Admission, Year of 10 passed, Gender, Qualification, Select Branch, Cetegory (SC/ST/Gen/OBC) using datalist, Select Color, Select Range (0 to 100) , Submit button) 17
15 Use Class, ID selectors to style various elements of HTML Page. Ex: create four < p> and four < h1> element Center align two < p> and two < h1> using Class.Colour all < p> to blue using class.Last < h1> should colour in yellow using id. 18
16 Use Div and span in a page and color two words with different colors. 19
17 Write a code for html webpage which displays background. background-color,background-image,background-repeat,background-attachment,background-position 20-24
18 Write a code for html webpage which displays all practical on border, margin, padding of elements. 25
19 Write a code for html webpage which displays all practical on Text/ font formatting, width Height 26
20 Write a code for html web page which changes HTML Content. ( using Javascript) 27
21 Write a code for html web page which changes HTML Attribute Values.( using Javascript) 28
22 Write a code for html web page which changes HTML Styles (CSS). ( using Javascript) 29
23 Write a code for html web page which Hide /Show HTML Elements.( using Javascript) 30
24 Create a html form which takes age as input and print (adult/ not adult/ invalid) using javascript. 31
25 Create a html form which takes age (type number) and gender (type radio button) as input and print (‘Eligible for marriage’/ ‘Not eligible for marriage’/ ‘invalid age’) using javascript.
Print “Not eligible for marriage” for
Male: 0 to 20 , Female 0 to 17
Print “Eligible for marriage” for
Male: 21 to 120 , Female 18 to 120
Print “Invalid age” for
Male/ Female: not between (0 to 120)
32
26 Create a html form which takes Select College (type Select ) and Select Branch (type Select) 33
27 Write a code for html web page which changes background color on hovering the buttons ( using Javascript). 34
28 Write a code for html web page which changes background color on clicking radio button ( using Javascript ) 35
29 Write a code for html web page which changes background color on clicking checkboxes (using Javascript) . 36
30 Write a code for html webpage which uses bootstrap framework. 37
31 Write some php code which displays the information of html form into another webpage. 38
32 Write a HTML and PHP program which takes your name as input and print
> Print length of the name
>Print Reverse of name
> Print first name ,middle name & last name
Hint: use php string functions
39
33 create a html form which takes two numbers from user and print
> sum of two numbers
> power = m n
> log m n
> factorial of first number
> biggest number
> print all numbers between first number to second number
> first number two n numbers
> star program
40
34 create a html form which takes two dob of two persons and print let( date o birth = "01-07-2001")
> print 12-july-2001 (DD-MON-YYYY)
> print 12/07/01 (DD/07/01)
> print 20010712
> print the age of the person
> who is younger
41
35 Basic Javascript command 42
36 Write a code to make Attendance Table using HTML , CSS and Javascript. 43
37 creating a table for deletion, updation, and insertion using php and mysql(db) 44
38 Create a form which takes a number from user and prints the table of it in another page using PHP. 45