Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Forms | Tables and Forms
course content

Зміст курсу

HTML Essentials

Challenge: FormsChallenge: Forms

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.

html

index.html

css

index.css

js

index.js

Hint

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

index.html

css

index.css

js

index.js

Все було зрозуміло?

Секція 4. Розділ 4
course content

Зміст курсу

HTML Essentials

Challenge: FormsChallenge: Forms

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.

html

index.html

css

index.css

js

index.js

Hint

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

index.html

css

index.css

js

index.js

Все було зрозуміло?

Секція 4. Розділ 4
some-alt