, . .

VS Code, Sublime Text Notepad++

Chrome, Firefox Safari

HTML, CSS JavaScript

  1. , . .

  2. HTML

    HTML . HTML .

    HTML :

    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title> </title>
    </head>
    <body>
    <h1>!</h1>
    <p> .</p>
    </body>
    </html>
    HTML
  3. CSS

    CSS . .

    CSS :

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 20px;
        background-color: #f0f0f0;
    }
    h1 {
        color: #333;
        text-align: center;
    }
    p {
        line-height: 1.6;
        color: #666;
    }
    CSS

    CSS

  4. JavaScript . .

    JavaScript:

    document.getElementById('myButton').addEventListener('click', function() {
    alert(' !');
    });
  5. . .

  6. (: GitHub Pages, Netlify Vercel) .

. .

:

. .

?

. .

?

. .

?

HTML CSS . JavaScript .

. !

Telegram VK