quiz01.html 1.57 KB
<!DOCTYPE html>
<html lang="ko">
  <head>
    <meta charset="utf-8">
    <title>[Quiz01]2012104083 민재기
    </title>
    <style>
      th{
        text-size: 2em;
      }
    </style>
  </head>
  <body>
    <table border="1">
      <tr>
        <th>이름
        </th>
        <td>
          민재기
        </td>
      </tr>
      <tr>
        <th>생년월일
        </th>
        <td>
          1993년 7월 2일
        </td>
      </tr>
      <tr>
        <th>전화번호
        </th>
        <td>
          010-5795-5605
        </td>
      </tr>
      <tr>
        <th>요즘 즐겨 하는것
        </th>
        <td>
          <ul>
            <li>유튜브 게임 채널 보기
              <ul>
                <li>
                  <a href="https://www.youtube.com/channel/UCHsK9gl5aU0F3umrU4Zn_sA" target="_blank">해당 채널 바로가기</a>
                </li>
              </ul>
            </li>
            <li>좋아하는 축구팀 하이라이트 보기
              <ul>
                <li>
                  <a href="http://sports.news.naver.com/wfootball/vod/index.nhn?uCategory=wfootball&category=primera&listType=team&teamCode=26300" target="_blank">하이라이트 바로가기</a>
                </li>
              </ul>
            </li>
          </ul>
        </td>
      </tr>
      <tr>
        <th>좋아하는 팀 사진
        </th>
        <td>
          <image src="http://mblogthumb3.phinf.naver.net/20160903_162/yj120011_1472905432644QK9gz_PNG/1410521415_fc-barcelona-256.png?type=w2">
        </td>
      </tr>
    </table>
  </body>
</html>