Created
June 25, 2024 18:35
-
-
Save yamoo9/682b4e71f6becd970196532d4efee190 to your computer and use it in GitHub Desktop.
검색 폼 HTML 마크업
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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