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">
</button>
<input type="file" multiple accept="image/*, video/*" />
<button type="button" aria-label="Search GIFs...">
</button>
<button type="button" aria-label="Create a poll">
</button>
<button type="button" aria-label="Choose emoji">
</button>
<strong aria-label="0 out of 280 characters">
</strong>
<button type="button" aria-label="Add another tweet">
</button>
<button type="submit">Tweet</button>
</form>
</section>