htmlタグとcss−すぐに使えるサンプルと小技集 |
|
htmlタグとcss 目次 TOP htmlタグとcss−すぐに使えるサンプルと小技集 htmlタグで文字装飾。 htmlテンプレート(配布+) html関連リファレンス辞典。 テーブルや表の作成法。 フレームページの作成法。 1日で楽々習得html言語。 1日で習得スタイルシート。 htmlタグ−小技集。
html関連の雑学。 |
■Site_TOP
htmlタグとcss
■Link_Page
相互リンクサイトさま
スポンサード リンク ◆HTML&CSS◆ form作成編formに関するhtmlタグは、 <form></form> <fieldset></fieldset> <legend></legend> <input> <button></button> <select></select> <option></option> <textarea></textarea> フォームを作ろう 一見するとめんどくさそうなフォームですが、 パーツ毎に分けてみると判りやすくなります。 <form> <fieldset> <legend>form</legend> …… </fieldset> </form> このソースの……の部分に以下の部品などを詰め込めます。 ID: PASS: ID:<input type="text" name="ID" size=10> PASS:<input type="text" name="PASS" size=10> <select name="OS"> <option value="WIN">Windows <option value="MAC">Macintosh <option value="UNIX">UNIX </select> <input type="submit" value="OK"> <button>Uselessness</button> <textarea name="Rajia" cols=33 rows=3> none </textarea> <select name="History" size=3> <option>ID:Faruru</option> <option>2008/11/09/13:45</option> <option>Internet Explorer</option> <option>Connected history now</option> </select> テーブルや表の作成法。 スポンサード リンク |
![]() |