210525 UIUX WebDesign HTML 연습_14 (녹십자 예제)

ITisIT210·2021년 5월 30일
0

HTML

목록 보기
14/38
post-thumbnail
<!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>녹십자 예제</title>
</head>
<body>
    <h1>회사개요</h1>
    <img src="./images/company.gif" alt="녹십자 사진">
    <!-- <p>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;회사개요
    </p> -->
    <table border="1">
        <caption >회사개요</caption>
        <tr>
            <th>기업명</th> <td>(주)녹십자</td>
        </tr>
        <tr>
            <th>설립일</th> <td>1967년 10월 5일</td>
        </tr>
        <tr>
            <th>상장일</th> <td>1978년 8월 28일</td>
        </tr>
        <tr>
            <th>대표이사</th> <td>허일섭 회장, 조순태 사장, 이병건 사장</td>
        </tr>
        <tr>
            <th>대표업종</th> <td>의약품 제조 및 판매 등</td>
        </tr>
    </table>
    
    <p>
        지난 반세기 동안 국내 생명공학산업을 선도해 왔던 녹십자가 <br>
        이제 인류 모두의 행복한 내일을 위한 '건강산업의 <br>
        글로벌 리더'로 새롭게 거듭나고 있습니다.
    </p>
    <p>
        이를 위해 녹십자는 창의와 도전의 정신을 비탕으로 <br>
        녹색의 십자가 의미하는 봉사와 배려, 정도와 정의를 지키고 <br>
        인간을 존중할 것을 약속합니다.
    </p>
    <a href="#"><img src="./images/print.gif" alt="인쇄하기"></a>
</body>
</html>
profile
Engineering is the closest thing to magic that exists in the world.

0개의 댓글

관련 채용 정보