該HTML5搜索欄可以讓用戶輕松地搜索他們想找的東西。在下面輸入您要搜索的關鍵字后,按Enter鍵即可看到搜索結果。
<form action="search.php" method="get"> <input type="text" name="keyword" placeholder="輸入要搜索的內容"> <input type="submit" value="搜索"> </form>
上一篇swf轉css
下一篇svn路徑css不存在
該HTML5搜索欄可以讓用戶輕松地搜索他們想找的東西。在下面輸入您要搜索的關鍵字后,按Enter鍵即可看到搜索結果。
<form action="search.php" method="get"> <input type="text" name="keyword" placeholder="輸入要搜索的內容"> <input type="submit" value="搜索"> </form>