Printable Loopcards | Web authoring | iGCSE ICT

What are loop cards?

Loop cards are a great game that can be played individually or as a class. They are perfect for review key vocabulary or questions at the end of a topic or when revising for an exam.

Instructions

  1. Cut out the cards from the paper horizontally (but don't cut them in half!) and then shuffle them.
  2. Now start joining each question on the right hand side of the card to the matching answer on the next card.
  3. Carry on until all the cards loop together and you have competed the game!

Hint: Make sure that you set your paper to portrait to print 4 cards per sheet of A4 paper.

Edit Vocab

Timing, easing, and keyframes.
What does the 'timing' in animation design refer to?
The duration and delay of the animation.
What is the purpose of the <caption> tag in a table?
It is used to define a title for the table
What is the syntax for defining a CSS class selector?
.{{class-name}} {...}
What is the purpose of HTML buttons?
HTML buttons are used to trigger an action or event.
How do you set the width of a table cell?
Use the 'width' attribute on the <td> tag
What is the purpose of the <tr> tag in a table?
It is used to define a row in a table
How can 'colspan' be used in a table?
'colspan' is used to merge multiple columns into a single cell.
What is the difference between the ID and class attribute when styling a button?
The ID is unique to a single element while a class can be applied to multiple elements.
What does the 'easing' in animation design refer to?
The acceleration and deceleration of the animation.
What are the basics of animation design?