Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Challenge: Build a Web Form | Section
HTML Basics for Absolute Beginners (Sliced) - 1768407373666

bookChallenge: Build a Web Form

Task

Create an HTML form to gather user feedback. Prompt users to input their names and comments. In this exercise, we'll include the JavaScript script for demonstration purposes only. Upon completion, you should be able to input and submit feedback form data, which will then be displayed in the browser window.

index.html

index.html

index.js

index.js

copy

Hint

  • Step 1: Create the form structure using the <form> tag.
  • Step 2: Add a <button> element with type="submit" to allow feedback submission.
index.html

index.html

index.js

index.js

copy
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 26

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

bookChallenge: Build a Web Form

Veeg om het menu te tonen

Task

Create an HTML form to gather user feedback. Prompt users to input their names and comments. In this exercise, we'll include the JavaScript script for demonstration purposes only. Upon completion, you should be able to input and submit feedback form data, which will then be displayed in the browser window.

index.html

index.html

index.js

index.js

copy

Hint

  • Step 1: Create the form structure using the <form> tag.
  • Step 2: Add a <button> element with type="submit" to allow feedback submission.
index.html

index.html

index.js

index.js

copy
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 26
some-alt