Tweet Form

서정·2023년 10월 31일
0

김버그 HTML

목록 보기
43/46

Section


코드

<section>
    <h1>What's happening?</h1>

    <form action="" method="POST">
        <img src="#" alt="@kimbug" />
        <textarea placeholder="What's happening?" maxlength="280"></textarea>
        <button type="button" aria-label="Upload files">
            <!-- icon -->
        </button>
        <input type="file" multiple accept="image/*, video/*" />
        <button type="button" aria-label="Search GIFs...">
            <!-- icon -->
        </button>
        <button type="button" aria-label="Create a poll">
            <!-- icon -->
        </button>
        <button type="button" aria-label="Choose emoji">
            <!-- icon -->
        </button>
        <strong aria-label="0 out of 280 characters">
        </strong>
        <button type="button" aria-label="Add another tweet">
            <!-- icon -->
        </button>
        <button type="submit">Tweet</button>
    </form>
</section>
profile
R=VD 프론트엔드 개발자

0개의 댓글