Site icon DataFlair

Advanced Java Project – Student Management System using MVC ORM Part-3/2

Program 1

<html>
    <head>
        <title>TODO supply a title</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <center>
            <A href="InsertStudent.html">Insert Student</A>  
            <A href="deleteByRno.html">Delete Student By Roll No</A>   
            <A href="seachByRollNo.html">Search Student By Roll No</A>   
            <A href="SearchUpdate.html">Update Student Details </A>   
            <A href="SearchAllData">Search All</A>   
            <A href>About Us</A>   
            <A href>Contact Us</A>   
            
        </center>   
    </body>
</html>

 

Exit mobile version