Unit2 - [HTML] ๊ธฐ์ดˆ

๊ฐ•์„ฑ์ผยท2023๋…„ 4์›” 12์ผ
0
post-thumbnail

๐Ÿ—“๏ธ Todo. ์ž๊ธฐ์†Œ๊ฐœ ํŽ˜์ด์ง€ ๋งŒ๋“ค๊ธฐ





โœ…ย ๊ฒฐ๊ณผํ™”๋ฉด & Code


<!DOCTYPE html>
<html lang="ko">
  <head>
    <meta charset="UTF-8" />
    <title>์ž๊ธฐ์†Œ๊ฐœ ํŽ˜์ด์ง€</title>
  </head>
  <body>
    <header>
      <h2>์•ˆ๋…•ํ•˜์„ธ์š” ๐Ÿ˜š</h2>
      <h4>์•„์ด๋””์–ด๊ฐ€ ๋„˜์น˜๋Š” ํ”„๋ก ํŠธ์—”๋“œ๋ฅผ ๊ฟˆ๊พธ๋Š” '๊ฐ•์„ฑ์ผ' ์ž…๋‹ˆ๋‹ค.</h4>
      <br/>
    </header>
    <section id="introduce">
      <a href="https://github.com/widrns15"><img src="https://avatars.githubusercontent.com/u/85780501?s=400&u=69758b6af4c86b01c1a14f6856f6d9e20d9a5537&v=4" alt="ํ”„๋กœํ•„ ์‚ฌ์ง„" width="20%"/></a>
      <p>โฌ†๏ธ ์ด๋ฏธ์ง€๋ฅผ ๋ˆ„๋ฅด๋ฉด ์ƒ์„ธ์ฃผ์†Œ๋กœ ์ด๋™ํ•ด์šฉ โฌ†๏ธ</p>
      <br/>
      <h3>โ›ณ๏ธ ๋ชฉํ‘œ</h3>
      <ul>
        <li>๋ถ€ํŠธ์บ ํ”„ ๋๋‚˜์ž๋งˆ์ž <b>์—ฐ๋ด‰ 3600</b> ์ด์ƒ, ๋ณต์ง€ ์ข‹์€ ํšŒ์‚ฌ ์ทจ์—…ํ•˜๊ธฐ</li>
        <li>๋ถ€๋ชจ๋‹˜๊ป˜ ๊ธˆ์œต์œผ๋กœ ํšจ๋„ํ•˜๊ธฐ</li>
        <li>ํ˜„์žฌ์ฒ˜๋Ÿผ ํ–‰๋ณตํ•œ ์‚ถ ์‚ด๊ธฐ</li>
      </ul>
      <br/>
      <h3>๐Ÿ’ช ๋ชฉํ‘œ๋ฅผ ์ด๋ฃจ๊ธฐ ์œ„ํ•œ ๋‹ค์ง</h3>
      <ul>
        <li>TIL ์ž‘์„ฑ โœจ</li>
        <li>๋ฒˆ์•„์›ƒ ์˜ค์ง€ ์•Š๋„๋ก ์กฐ์ ˆ</li>
        <li>๋‹ค์Œ ๋‹จ๊ณ„๋ฅผ ์œ„ํ•œ ๊ณ„ํš ์„ธ์šฐ๊ธฐ</li>
      </ul>
    </section>
    <br/>
    <hr/>
    <footer>
      <h4>โฌ‡๏ธ ๋‚˜์˜ ๊ธฐ๋ก </h4>
      <a href="https://github.com/widrns15">๊นƒํ—ˆ๋ธŒ</a>
      <br/>
      <a href="https://velog.io/@widrns15">๋ฒจ๋กœ๊ทธ</a>
      <br/>
      <br/>
      <hr/>
      <br/>
      <form>
        <fieldset>
          <legend><b>๋ฐฉ๋ช…๋ก</b></legend>
          <ul id="visit" style="list-style-type: none;">
            <li>
              <label for="user-name">์ด๋ฆ„ </label>
              <input type="text" id="user-name" style="margin-left: 26px;" autofocus required>
            </li>
            <br/>
            <li>
              <label for="mail">์ด๋ฉ”์ผ</label>
              <input type="email" id="mail" style="margin-left: 13px;">
            </li>
            <br/>
            <li>
              <label for="phone">์—ฐ๋ฝ์ฒ˜</label>
              <input type="tel" id="phone" style="margin-left: 13px;" placeholder="ํ•˜์ดํ”ˆ ๋นผ๊ณ  ์ž…๋ ฅํ•ด ์ฃผ์„ธ์š”.(01012345678)" required>
            </li>
            <br/>
            <li>
              <label for="memo">๋ฉ”๋ชจ</label>
              <textarea type="text" id="memo" cols="30" rows="4" style="margin-left: 26px;" placeholder="๋ฐฉ๋ช…๋ก์„ ์ ์–ด์ฃผ์„ธ์š”."></textarea>
            </li>
            <br/>       
          </ul>
          <br/>
        <div>
          <p style="margin-top: -10px;"><b>๋ณ„์ </b></p>
          <label><input type="checkbox" value="s_5" />โญ๏ธโญ๏ธโญ๏ธโญ๏ธโญ๏ธ</label>
          <label><input type="checkbox" value="s_4" />โญ๏ธโญ๏ธโญ๏ธโญ๏ธ</label>
          <label><input type="checkbox" value="s_3" />โญ๏ธโญ๏ธโญ๏ธ</label>
          <label><input type="checkbox" value="s_2" />โญ๏ธโญ๏ธ</label>
          <label><input type="checkbox" value="s_1" />โญ๏ธ</label>
        </div>
        </fieldset>
        <div>
          <br/>
          <button style="
          text-align:center;
          width:150px;
          height:40px;      
          background-color:#fafafa;
          border:1px solid #ccc;
          box-shadow: 1px 1px 1px #ccc;"
          type="submit">์ž…๋ ฅํ•˜๊ธฐ</button>
          <button style="
          text-align:center;
          width:150px;
          height:40px;      
          background-color:#fafafa;
          border:1px solid #ccc;
          box-shadow: 1px 1px 1px #ccc;"
          type="submit">์ทจ์†Œ</button>
        </div>        
      </form>
    </footer>
  </body>
</html>
profile
์•„์ด๋””์–ด๊ฐ€ ๋„˜์น˜๋Š” ํ”„๋ก ํŠธ์—”๋“œ๋ฅผ ๊ฟˆ๊ฟ‰๋‹ˆ๋‹ค ๐Ÿ”ฅ

0๊ฐœ์˜ ๋Œ“๊ธ€