폴더맨 2024. 6. 10. 13:19
<!DOCTYPE html>
<html lang="ko">
<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>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <hr>
    <header>
        <h1>학생정보</h1>
    </header>
    <hr>
    <div>
        <nav>
            <ul>
                <li><a href="person.html">개인정보</a></li>
                <li><a href="score.html">성적확인</a></li>
            </ul>
        </nav>
    
        <section>
            <table>
       
                    <tr>
                        <td rowspan="3" width="20"></td>
                        <td>이름</td>
                        <td><input type=text value="이길우" readonly></td>
                    </tr>
    
         
                    <tr>
                        <td>학번</td>
                        <td><input type=text value="22336655" readonly></td>
        
                    </tr>
                    <tr>
                        <td>학과</td>
                        <td><input type=text value="자바공부반" readonly></td>
                    </tr>
    
       
                
    
            
        </table>
        </section>
</div>
    <footer>
 
    </footer>
</body>
</html>

 

 

세상을 링크하라!!! 모든 링크를 한 자리에...
링크닷컴: https://linkdotcom.mycafe24.com/

 

유용한 링크, 링크닷컴 #무료 #링크사이트 #링크사이트

컴퓨터 및 일반 유용한 링크들을 모아 놓았습니다. 지금 바로 확인하세요!

linkdotcom.mycafe24.com