add.html

The exercise was created 2026-05-15 by Jonte10Charlie. Question count: 10.




Select questions (10)

Normally, all words in an exercise is used when performing the test and playing the games. You can choose to include only a subset of the words. This setting affects both the regular test, the games, and the printable tests.

All None

  • method="POST" skickar data dolt i HTTP-headern
  • method="GET" skickar data synligt i webbadressen
  • action="{{ url_for('add') }}" skicka formuläret till /add-route
  • input type="hidden" name="action" dolt fält som berättar vilket formulär som skickas
  • input type="text" vanligt textfält
  • input type="password" lösenordsfält (visar bara punkter)
  • input type="number" fält för siffror
  • input type="submit" knapp som skickar formuläret
  • name="person_namn" identifierar fältet när data skickas
  • required användaren måste fylla i fältet

All None

Shared exercise

https://spellic.com/eng/exercise/add-html.12987774.html