관리 메뉴

moozi

layout01.html 본문

TIS_2018/응용sw2018_1기

layout01.html

moozi 2018. 3. 23. 11:10

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <title>레이아웃</title>

</head>

<body>

    <header style="background-color: aquamarine">

        <h1>TIS 정보기술교육센터</h1>

    </header>

    <nav>

        회사소개 | 과정소개 | 회사연혁 | Contact

    </nav>

    <section>

        <h3>회사소개</h3>

        TIS 정보기술교육센터는 IT 국비지원 전문교육센터입니다.

    </section>

    <footer>

        Tis.Edu. All rights reserved.

    </footer>

</body>

</html>

'TIS_2018 > 응용sw2018_1기' 카테고리의 다른 글

html연습문제05  (0) 2018.03.26
html연습문제04  (0) 2018.03.23
html연습문제02  (0) 2018.03.21
html연습문제01  (0) 2018.03.20
자바미니프로젝트  (0) 2018.03.19
Comments