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 < 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. | CSS, 10-12 | 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. | 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 |