Skip to content

Instantly share code, notes, and snippets.

@yamoo9
Created June 25, 2024 18:35
Show Gist options
  • Save yamoo9/682b4e71f6becd970196532d4efee190 to your computer and use it in GitHub Desktop.
Save yamoo9/682b4e71f6becd970196532d4efee190 to your computer and use it in GitHub Desktop.
검색 폼 HTML 마크업
<form method="get" action="/search">
<img src="search.png" alt="돋보기">
<br>
<label>
검색어
<input name="term" type="search">
</label>
<button type="submit">검색</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment