코딩은 집념이 강한 애들이 잘하더라 나는 오래 일하는 거 싫어하고 아이스크림 먹으면서 비디오 게임이나 하는 거 좋아하는데 코딩은 잠깐 해본 적 있는데 조금 하다가 "이제 내일해야지~~"이러고 그냥 꺼버렸음


딱 이만큼 만들고 


<!DOCTYPE html>
<html lang = "ko">
    <html>
        <head>
            <meta charset = "UTF-8">
            <title>Fallout of Toybox</title>
            <style>
                body {
                    border: 2px solid yellow;
                    margin:10px;
                }
            </style>
        </head>
        <body style = "background-color:aqua">
            <h1 style = "text-align:center">Welcome to my Homepage!</h1>
            <h2 style = "text-align:center">
                this is my website that I made for the first time.
       
            </h3>
            <ul style = "text-align:center; font-size: 50px; width: 1816px; height: 1000px">
                <button style = "font-size: 20px">main</button>
                <button style = "font-size: 20px">email address</button>
                <button style = "font-size: 20px">content</button>
                <button style = "font-size: 20px">log in</button>
            </ul>
            </body>
    </html>