λ³Έλ¬Έ λ°”λ‘œκ°€κΈ°

html, css

μ½”λˆ„λ‚˜λ‹˜ - HTML, CSS / Chapter 2- HTML μ›Ήμ‚¬μ΄νŠΈ λΌˆλŒ€

<!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>Document</title>
    <style>
        table, th, td {
            border : 1px solid #111;
        }
    </style>
</head>
<body>
    <!-- html:5 타이핑 ν›„ enter => ν…œν”Œλ¦Ώ μžλ™μ™„μ„± -->
    <h2>μžκΈ°μ†Œκ°œμ„œ</h2>
        <p>μ•ˆλ…•ν•˜μ„Έμš” 제 이름은 <strong>κΉ€ν•˜μ—°</strong>μž…λ‹ˆλ‹€.</p>

    <h3>μ’‹μ•„ν•˜λŠ” μŒμ‹</h3>
        <ul>
            <li>μ‚¬μ²œμ‹ λ‹­λ‚ κ°œ</li>
            <li>야채곱창</li>
            <li>μ†Œκ³±μ°½</li>
        </ul>

    <h3>μ’‹μ•„ν•˜λŠ” κ°€μˆ˜</h3>
        <img src="https://img.vogue.co.kr/vogue/2019/06/style_5d10844730af1.jpg" style="max-width: 100%; height: auto;">
        <p>TWICE</p>
        <a href="https://www.youtube.com/channel/UCzgxx_DM2Dcb9Y1spb9mUJA">TWICE 유튜브 λ³΄λŸ¬κ°€κΈ°</a>

    <h3>μ’‹μ•„ν•˜λŠ” λ…Έλž˜</h3>
    <audio controls>
        <source src = "https://docs.google.com/uc?export=open&id=1hL-XYS37KIYjxx73lLE5u_bLykGbxnLT" type="audio/mp3">
    </audio>

    <h3>인적사항</h3>
    <table> 
        <!-- style νƒœκ·Έμ— table, th, td μ–΄μ©Œκ΅¬ μ¨λ†“κΈ΄ν–ˆλŠ”λ° κ·Έλƒ₯ table border ="1"둜 ν•˜λ©΄ λœλ‹€. -->
        <tr>
            <th>질문</th>
            <th>λ‹΅λ³€</th>
        </tr>
        <tr>
            <td>μ‚¬λŠ” κ³³</td>
            <td>ν•˜λ‚¨μ‹œ</td>
        </tr>
        <tr>
            <td>λ‚˜μ΄</td>
            <td>23μ‚΄</td>
        </tr>
    </table>
    <p>ν…Œμ΄λΈ” μ“°λŠ” 방법을 λͺ¨λ₯΄κ² λ‹€κ³ ? <u>그럼 검색해봐!</u></p>
    
    <h3>연락 & 문의</h3>
    <input type="text" name="qna" placeholder="κΆκΈˆν•œ 사항을 μ¨μ£Όμ„Έμš”">
    <input type="submit">
    <footer style="height:100px">
    </footer>
</body>
</html>

 

 

μ§€λ‚œ 여름방학 λ•Œ ν˜„μž₯μ‹€μŠ΅ν•˜λ©΄μ„œ νšŒμ‚¬ ν™ˆνŽ˜μ΄μ§€ λ””μžμΈμ„ ν•΄λ³΄λ©΄μ„œ

html, css, js νŒŒμΌμ„ 쑰금 μž‘μ„±ν•΄λ΄€μ—ˆλŠ”λ° (사싀상 jsνŒŒμΌμ€ 거의 λ³΅λΆ™λŒ€μž”μΉ˜μ˜€λ‹€...)

κ·Έ μ΄ν›„λ‘œ 또 기말고사 λ•Œ jsp 파일 μž‘μ„±ν•˜λ©΄μ„œ 또 ν•˜κΈ΄ν–ˆλŠ”λ° μ•„λ¬΄νŠΌ

λ‚΄κ°€ μžλ°”μŠ€ν¬λ¦½νŠΈμ— λ„ˆλ¬΄ μ•½ν•΄μ„œ λ‹€μ‹œ 기초λ₯Ό λ‹€μ§€λŠ” κ²Έ μ½”λˆ„λ‚˜λ‹˜μ˜ html, css κ°•μ˜λ₯Ό λ“£κΈ° μ‹œμž‘ν–ˆλ‹€.

이거 λ‹€λ“£κ³  μžλ°”μŠ€ν¬λ¦½νŠΈλ„ 듀을 μ˜ˆμ • (이미 κ΅¬λ§€λŠ” ν–ˆλ‹€.)

 

λ‚˜λ¨Έμ§€λŠ” κ·Έλž˜λ„ λ¬΄λ‚œνžˆ ν–ˆλŠ”λ° μ •μž‘

table에 μ €λŸ°μ‹μœΌλ‘œ ν…Œλ‘λ¦¬ λ„£λŠ”κ±Έ μ‹«μ–΄ν•΄μ„œ κ·Έλƒ₯ border = 1ν•˜λ©΄ μ €λ ‡κ²Œ λ˜λŠ”μ§€ μ „ν˜€ λͺ°λžλ‹€. 

혼자 table style = "border : 1px;" μ΄λ”°κ΅¬λ‘œ ν–ˆλŠ”λ° μ•ˆλ¨Ήν˜€μ„œ 걍 λͺ¨μ–‘이라도 흉내내렀고 μ–΄νœ΄...

 

그리고 audio νƒœκ·Έ 특히 κ΅¬κΈ€λ“œλΌμ΄λΈŒ 링크λ₯Ό μ–΄λ–»κ²Œ ν•΄μ•Όν• μ§€ μ• λ¨Ήμ—ˆμ—ˆλŠ”λ°

이 링크λ₯Ό μ°Έκ³ ν–ˆλ‹€. https://ojji.wayful.com/2018/02/How-to-Embed-MP3-audio-from-Google-Drive-to-website-Blog.html

 

ꡬ글 λ“œλΌμ΄λΈŒ μ‚¬μš©λ²•: MP3 μ˜€λ””μ˜€ νŒŒμΌμ„ μ›ΉνŽ˜μ΄μ§€ λΈ”λ‘œκ·Έμ— μ˜¬λ¦¬λŠ” 방법과 κΎΈλ―ΈκΈ° (μ˜€λ””μ˜€ μž¬μƒ

ꡬ글 λ“œλΌμ΄λΈŒμ— μžˆλŠ” MP3 μ˜€λ””μ˜€ νŒŒμΌμ„ μ›ΉνŽ˜μ΄μ§€λ‚˜ λΈ”λ‘œκ·Έμ— 올리고 ν”Œλ ˆμ΄μ–΄λ₯Ό 보이게 ν•˜λŠ” 방법을 μ„€λͺ…ν•©λ‹ˆλ‹€

ojji.wayful.com

 

λ§ˆμ§€λ§‰μœΌλ‘œ μ• λ¨Ήμ—ˆλ˜ 것.

input νƒœκ·Έ... 이번 기말 과제 μ œμΆœν•˜λ©΄μ„œ 많이 μΌλŠ”λ°λ„ κ·Έκ±Έ κ³ μƒˆ 또 κΉŒλ¨Ήμ—ˆλ‹€... μ–΄νœ΄

 

input μ•ˆμ— μžˆλŠ” 속성듀은 type, name, placeholder 등이 μžˆλŠ”λ° μžμ„Έν•œκ±΄ μ—¬κΈ°λ₯Ό μ°Έκ³ ν•˜λ„λ‘ ν•˜κ³ ...

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input

이번 κ²½μš°μ—λŠ” placeholderλ₯Ό μ‚¬μš©ν–ˆλŠ”λ°, placeholderλŠ” μ‹€μ œ valueλŠ” μ•„λ‹ˆμ§€λ§Œ input에 μž…λ ₯ν•˜κΈ° 전에 λ³΄μ—¬μ§€λŠ” text둜

μ–˜λ₯Ό κΉŒλ¨Ήμ–΄μ„œ 죽어라 ν—€λ§Έλ‹€.

제좜 λ²„νŠΌμ€ type = "submit" 만 λ„£μ–΄μ£Όλ©΄ 끝.