Horje
design college website using html Code Example
design college website using html
HTML CODE: <html> <head><center>ALL STYLE SHEETS</center> <title>USE of INTERNAL and EXTERNAL STYLESHEETS </title> <link rel="stylesheet" href="xyz.css" type="text/css"> <style type="text/css"> .vid{font-family:verdana;font-style:italic;color:red;text-align:center} .ani{font-family:tahoma;font-style:italic;font-size:20;text-align:center;} font{font-family:georgia;color:blue;font-size:20} ul{list-style-type:circle} </style> </head> <body> <ol style="list-style-type:lower-alpha"> <b>A. GROUP OF COLLEGES</b><br><br><br> <li>Raj Engineering College <li>Dr University and Research Institute <li>Raj College of Engineering,Bangalore <li>Tamilnadu College of Arts and Science </ol> <p style="font-size:20pt;color:purple">A.C.S GROUP OF COLLEGES</p> <p class="ani">CSS Group of colleges is owned by XXX.<br>It is approvedby International Council It is affliated to JKK University.<br></p> <h2 class="vid">DES College of Engg</h2> <br> <font>It is an ISO certified Institution</font><br> <br> <font> List of Courses offered <ul> <li>Computer Science and Engineering</li> <li>Ece</li> <li>mech</li> <li>eee</li> </ul> </font> Results of cse students <TABLE class="w3-table w3-striped w3-bordered w3-border w3-white" width="100%" cellspacing="2" cellpadding="2" border="5"> <tr> <th>S.NAME</th> <th>MARKS</th> <th>RESULT</th> </tr> <tr> <td align="center">Dinesh</td> <td align="center">100</td> <td align="center">pass</td> </tr> <tr> <td align="center">Bala</td> <td align="center">99</td> <td align="center">pass</td> </tr> <tr> <td align="center">Gopi</td> <td align="center">98</td> <td align="center">pass</td> </tr> </table> </body> </html>




Html

Related
span value html Code Example span value html Code Example
html webcam filter effects Code Example html webcam filter effects Code Example
font awesome css content not showing Code Example font awesome css content not showing Code Example
botão enviar html Code Example botão enviar html Code Example
Prevent snippets from web page to be shown on search engine results Code Example Prevent snippets from web page to be shown on search engine results Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13