index.html, hundar.html

The exercise was created 2026-05-12 by Jonte10Charlie. Question count: 9.




Select questions (9)

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

  • {%for person in personer%} loopar igenom listan personer
  • {% endfor %} avslutar loopen
  • {{ person.id }} skriver ut personens ID
  • {{ person.namn }} skriver ut personens namn
  • {{ person.losen }} skriver ut lösenordet
  • {{ person.lever }} skriver ut 1 (lever) eller 0 (avliden)
  • {% if person.hundar|length > 0 %} om personen har hundar
  • {% else %} annars (om listan är tom)
  • hund_list CSS-klass för punktlista med hundar

All None

Shared exercise

https://spellic.com/eng/exercise/index-html-hundar-html.12988117.html