1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

サイト内検索機能を作成してみよう

Posted at

ホームページにいろいろなことが、入力されていたら、
サイト内検索機能が、あったらいいですね
なので、サイト内検索機能を作成機能を、投稿してみました
じゃぁスタ-ト

サイト内検索機能全部


<html>
<css>
<form action="自分のページURLを入力" method="get">
<input type="search" name="search" placeholder="検索したいことを入力">
<input type="submit" name="submit" value="検索">
</form>

これで完成です
なんと、3行で作れるんです
すごくないですか
完成です
ご参考になると辛いです

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?