| S.No. | Name of practicle | File No. | 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 < p> 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. | 10-12 | view css file view 1st page view 2st page view 3st page |
| 11. | Write a code for html webpage which displays virat kohli image as background. | 13 | view |
| 12. | Write a code for html webpage which displays table using < tr> < td> tag. | 14 | view |
| 13. | Make a form in html web page which takes all the details of person. | 15 | 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) | 16 | 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. | 17 | view |
| 16. | Use Div and span in a page and color two words with different colors. | 18 | view |
| 17. | Write a code for html webpage which displays background. background-color,background-image,background-repeat,background-attachment,background-position | 19-23 | 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. | 24 | view |
| 19. | Write a code for html webpage which displays all practical on Text/ font formatting, width Height | 25 | view |
| 20. | Write a code for html web page which changes HTML Content. ( using Javascript) | 26 | view |
| 21. | Write a code for html web page which changes HTML Attribute Values.( using Javascript) | 27 | view |
| 22. | Write a code for html web page which changes HTML Styles (CSS). ( using Javascript) | 28 | view |
| 23. | Write a code for html web page which Hide /Show HTML Elements.( using Javascript) | 29 | view |
| 24. | Create a html form which takes age as input and print (adult/ not adult/ invalid) using javascript. | 30 | 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) |
31 | view |
| 26. | Create a html form which takes Select College (type Select ) and Select Branch (type Select) | 32 | view |
| 27. | Write a code for html web page which changes background color on clicking the button ( using Javascript). | 33 | view |
| 28 | Write a code for html web page which changes background color on clicking radio button ( using Javascript ) | 34 | View |
| 29 | Write a code for html web page which changes background color on clicking checkboxes (using Javascript) . | 35 | View |
| 30 | Write a code for html webpage which uses bootstrap framework. | 36 | View |
| 31 | Write some php code which displays the information of html form into another webpage. | 37,38 | 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 |
39,40 | 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 |
41,42 | 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 |
43,44 | View |
| 35 | Basic Javascript command | 45 | View |
| 36 | Write a code to make Attendance Table using HTML , CSS and Javascript. | 46 | View |