liguofeng29’s blog

個人勉強用ブログだっす。

2016-01-18から1日間の記事一覧

HTML5のform関連 - input要素、label要素、button要素、select、textarea要素

1. input要素 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=SJIS" /> <title> input要素 </title> </head> <body> <form action="http://www.google.co.jp" method="get"> <label><b>input要素について</label></b><br/> type=text</br/>