I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
<!DOCTYPE html> <html> <body> <form onsubmit="return false"> <input type="text"> <button type="submit">button</button> </form> </body> </html>
Googleフォームではテーマをカスタマイズしてヘッダー画像や色やフォントを設定できます 今回は Google Formsで単一選択の質問を作りたい で作ったフォームをベースに テーマをカスタマイズしていきます テーマをカスタマイズ フォームの編集画面で上部メニューから「テー...