You are on page 1of 3

1.

 XYZ.CSS:
2.  
3. h3{font-family:arial;font-size:20;color:cyan}
4.  
5. table{border-color:green}
6.  
7. td{font-size:20pt;color:magenta}

1.
2. <html>
3.  
4. <head>
5.  
6. <title>Website of colleges 
7. </title>
8. <link rel="stylesheet" href="xyz.css" type="text/css">
9.  
10. <style type="text/css">
11.  
12. .vid{font-family:verdana;font-
style:italic;color:red;text-align:center}
13.  
14. .ani{font-family:tahoma;font-style:italic;font-
size:20;text-align:center;}
15.  
16. font{font-family:georgia;color:blue;font-size:20}
17.  
18. ul{list-style-type:circle}
19.  
20. </style>
21.  
22.
23. <img src="download.jpg" width="500" height="600"> 
24. font{font-family:georgia;color:blue;font-size:20}
25. </head> 
26. <body> 
27. <b>A. GROUP OF COLLEGES</b><br><br><br>
28.  
29. <li>Techno India Engineering College
30.  
31. <li>Techno India University
32.  
33. <li>Institute Of engineering & Management ,kolkata
34.  
35. <li>Haldia Institute of Technology 
36. <p style="font-size:20pt;color:purple">west Bengal engineering
college</p>
37.  
38. <p class="ani">Techno India Group of colleges is owned by Prof
Goutam Roychoudhary.<br>It is approved
39. by
40.  
41. MHRD
42.  
43. It is affliated to MAKAUT University.<br></p>
44.  
45. <h2 class="vid">Techno Main salt Lake</h2>
46.  
47. <br>
48.  
49. <font>It is an ISO certified Institution</font><br>
50.  
51. <br>
52.  
53. <font>
54.  

55. List of Courses offered


56.  
57. <ul>
58.  
59. <li>Information and Technology Engineering</li>
60.  
61. <li>Ece</li>
62.  
63. <li>mech</li>
64.  
65. <li>eee</li>
66.  
67. </ul>
68.  
69. </font>
70.  

71. Results of IT students


72.  
73. <table width="100%" cellspacing="2" cellpadding="2"
border="5">
74.  
75. <tr>
76.  
77. <th>S.NAME</th>
78.  
79. <th>MARKS</th>
80.  
81. <th>RESULT</th>
82.  
83. </tr>
84.  
85. <tr>
86.  
87. <td align="center">saurav</td>
88.  
89. <td align="center">100</td>
90.  
91. <td align="center">pass</td>
92.  
93. </tr>
94.  
95. <tr>
96.  
97. <td align="center">Rahul</td>
98.  
99. <td align="center">99</td>
100.  
101. <td align="center">pass</td>
102.  
103. </tr>
104.  
105. <tr>
106.  
107. <td align="center">Hemant</td>
108.  
109. <td align="center">98</td>
110.  
111. <td align="center">pass</td>
112.  
113. </tr>
114.  
115. </table>
116.  
117. </body>
118.  
119. </html>

You might also like