더북(TheBook)

예제 소스 Exercise/3장/1_header_nav/index.html

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="description" content="Web Tutorial">
    <meta name="keywords" content="HTML, CSS">
    <meta name="author" content="inkwon">
    
    <title>웹 프로그래밍 기초</title>
</head>
<body>
    <header>
        <h1>
            <img src="logo.jpg" alt="길벗 출판사">
        </h1>
        <nav>
        <ul>
            <li><a href="#">메뉴1</a></li>
            <li><a href="#">메뉴2</a></li>
            <li><a href="#">메뉴3</a></li>
        </ul>
        </nav>
    </header>
</body>
</html>
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.