S.No. | Name Of Practicle | File No. | Click Here To View Practicals |
---|---|---|---|
1 | Write a code for html webpage which displays your name , college name , and semester. | 07 | View |
2 | Write a code for html webpage which redirects to Google page ( using tag ) | 08 | View |
3 | Write a code for html webpage which redirects to polygwalior website , Google and some documents using tag. | 09 | View |
4 | Write a code for html webpage which displays the image of virat kohli ( using img tag ). | 10 | View |
5 | Write a code for html webpage which displays the image of sachin Tendulkar ( using img tag ) | 11 | 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. | 12 | View |
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. | 13 | 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. | 14 | View |
9 | Write a code for html webpage which displays some background color and text of red colour. | 15 | View |
10 | Write a CSS file and attached to any 3 html webpage. | CSS, 17, 18, 19 | View CSS File View 1st HTML Page View 2nd HTML Page View 3rd HTML Page |
11 | Write a code for html webpage which displays virat kohli image as background. | 20 | View |
12 | Write a code for html webpage which displays table using < tr > < td > tag. | 21 | View |
13 | Create a HTML Form and PHP Program which takes your name as input 1) Print lenght of the name 2) Print reverse name 3) First name, Middle name, Last name |
23 , 24 | View HTML File View PHP File |
14 | Create a HTML Form and PHP Program which takes two number N and M from user and print the followings things : 1. Sum of two numbers 2. Power MN 3. LogMN 4. Factorail of N 5. Biggest of the two number 6. Print all number from First number to Second number 7. Print all the number upto N 8. Print Half pyramid of * upto N rows |
25 , 26 | View HTML File View PHP File |
15 | Create a HTML web page which show all basic of javascript practicals | 31 | View HTML File |
16 | Write some PHP code which displays the information of HTML form into another webpage | 32,33 | View HTML File View PHP File |
17 | Write a code for html webpage which displays a list | 34 | View HTML File |
18 | 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 black using class < h1> should colour in yellow using a different class | 35 | View HTML File |
19 | Write a PHP Script To Calculate The Age of The User | 36 | View File |
20 | Write a code for html webpage which displays all practical on Border , Margin , Padding of elements | 37 | View HTML File |
21 | Write a html code which expand-down a div on click and expand-up the div on another click using Jquery | 38 | View HTML File |
22 | Write a html code which on click slowly show three divs at different time using Jquery | 39 | View HTML File |
23 | Write a html code which on click animate the image in a acute angle using Jquery | 40 | View HTML File |
24 | Write a html code which on click animate the image in a rectangle shape using Jquery | 41 | View HTML File |
25 | Write a html code which on click change the color of the text and on clicking on the text change its color too using Jquery | 42 | View HTML File |
26 | Write a html code which shows on and off light bulb using JavaScript | 43 | View HTML File |
27 | Write a html code which shows a Marks Grading System using JavaScript | 44 | View HTML File |