자바스크립트 18) 학생 관리 메인

hahahoho셍·2021년 5월 29일
0

자바스크립트

목록 보기
22/26
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <header>
        <div><h2>성적관리 프로그램</h2></div>
    </header>
    <nav>
        <hr>
        <table>
            <td><a href="학생등록UI.html" target="homeframe">학생등록</a>
            <td><a href="학생조회UI.html" target="homeframe">학생조회</a></td>
            <td><a href="성적등록UI.html" target="homeframe">성적등록</a></td>
        </table>
        <hr>
    </nav>
    <section>
        <iframe name="homeframe" src="" frameborder="0" 
        style="overflow-x:hidden; overflow:auto; width:100%; min-height:250px;"></iframe>
    </section>
    <footer>
       <address>배포일자 : 2021-05-21</address>
    </footer> 
</body>
</html>
profile
그냥 공부 한거 적는 벨로그 하하하핳ㅎ하하하핳하ㅏ

0개의 댓글