WELCOME TO MYPAGE

S.No. Name Of Practicle File No. Click Here To View Practicles
1 Write a code for html webpage which displays your name , college name , and semester. 23
2 Write a code for html webpage which redirects to Google page ( using tag ) 24
3 Write a code for html webpage which redirects to polygwalior website , Google and some documents using tag. 25
4 Write a code for html webpage which displays the image of virat kohli ( using img tag ). 26
5 Write a code for html webpage which displays the image of sachin Tendulkar ( using img tag ) 27
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. 28
7 Write a code for html webpage which displays your name in H1 tag and also in blue color and < p> tag uses purple background color. 29
8 Write a code for html webpage which displays some text formatting and uses < em> , < i> , < small> , < strong> , < sup> , < sub> , < ins> , < del> , < mark> tag. 29
9 Write a code for html webpage which displays some background color and text of red colour. 31
10 Write a CSS file and attached to any 3 html webpage. CSS
33-35
11 Write a code for html webpage which displays virat kohli image as background. 36
12 Write a code for html webpage which displays table using < tr> < td> tag 37
13 Make a form in html web page which takes all the details of person. 38
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) 39
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. 40
16 Use Div and span in a page and color two words with different colors. 41
17 Write a code for html webpage which displays background. background-color,background-image,background-repeat,background-attachment,background-position 42-46
18 Write a code for html webpage which displays all practical on border, margin, padding of elements 47
19 Write a code for html webpage which displays all practical on Text/ font formatting, width Height 48
20 Write a code for html web page which changes HTML Content. ( using Javascript) 49
21 Write a code for html web page which changes HTML Attribute Values.( using Javascript) 50
22 Write a code for html web page which changes HTML Styles (CSS). ( using Javascript) 51
23 Write a code for html web page which Hide /Show HTML Elements.( using Javascript) 52
24 Create a html form which takes age as input and print (adult/ not adult/ invalid) using javascript. 53
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)
54
26 Create a html form which takes Select College (type Select ) and Select Branch (type Select) 55
27 Write a code for html web page which changes background color on clicking the button ( using Javascript). 56
28 Write a code for html web page which changes background color on clicking radio button ( using Javascript ) 57
29 Write a code for html web page which changes background color on clicking checkboxes (using Javascript) . 58
30 Write a code for html webpage which uses bootstrap framework. 59
31 Write some php code which displays the information of html form into another webpage. 60-62
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
63-64
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 numbert
> first number two n numbers
> star program
65-66
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 200110712
> print the age of the personbr
> who is younger
67-68
35 Basic Javascript command 69
36 Write a code to make Attendance Table using HTML , CSS and Javascript. 70
37 creating a table for deletion, updation, and insertion using php and mysql(db)