Portfolio

Photo

Deepak
Gupta

I Am a student at Dr. B. R. Ambedkar Polytechnic College Gwalior and i am pursuing polytechnic diploma program of 3 year in the field of Computer Science & Enginnering currently i am in 2 year.

Practicle Files
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. 1 View
2 Write a code for html webpage which redirects to Google page ( using tag ) 2 View
3 Write a code for html webpage which redirects to polygwalior website , Google and some documents using tag. 3 View
4 Write a code for html webpage which displays the image of virat kohli ( using img tag ). 4 View
5 Write a code for html webpage which displays the image of sachin Tendulkar ( using img tag ) 5 View
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. 6 View
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.

7 View
8 Write a code for html webpage which displays some text formatting and uses < em> , < i> , < small> , < strong> , < sup> , < sub> , < ins> , < del> , < mark> tag. 8 View
9 Write a code for html webpage which displays some background color and text of red colour. 9 View
10 Write a CSS file and attached to any 3 html webpage. CSS, 11-13 View CSS File

View 1st Page

View 2nd Page

View 3rd Page
11 Write a code for html webpage which displays virat kohli image as background. 14 View
12 Write a code for html webpage which displays table using < tr> < td> tag. 15 View
13 Make a form in html web page which takes all the details of person. 16 View
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 View
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 View
16 Use Div and span in a page and color two words with different colors. 19 View
17 Write a code for html webpage which displays background. background-color,background-image,background-repeat,background-attachment,background-position 20-26 Background Color

Background Image

Background-repeat

Background-attachment

Background-position
18 Write a code for html webpage which displays all practical on border, margin, padding of elements. 27 View
19 Write a code for html webpage which displays all practical on Text/ font formatting, width Height 28 View
20 Write a code for html web page which changes HTML Content. ( using Javascript) 29 View
21 Write a code for html web page which changes HTML Attribute Values.( using Javascript) 30 View
22 Write a code for html web page which changes HTML Styles (CSS). ( using Javascript) 31 View
23 Write a code for html web page which Hide /Show HTML Elements.( using Javascript) 32 View
24 Create a html form which takes age as input and print (adult/ not adult/ invalid) using javascript. 33 View
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)
34 View
26 Create a html form which takes Select College (type Select ) and Select Branch (type Select) 35 View
27 Write a code for html web page which changes background color on clicking the button ( using Javascript). 36 View
28 Write a code for html web page which changes background color on clicking radio button ( using Javascript ) 37 View
29 Write a code for html web page which changes background color on clicking checkboxes (using Javascript) . 38 View
30 Write a code for html webpage which uses bootstrap framework. 39 View
31 Write some php code which displays the information of html form into another webpage. 40,42 View
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

43,44 View
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
45,46 View
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 person
> who is younger
47,48 View
35 Basic Javascript command 49 View
36 Write a code to make Attendance Table using HTML , CSS and Javascript. 50 View