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

A point in the animation where a change in the animation's properties occurs.
What is the syntax for creating a table in HTML?
<table></table>
What is the target audience for this lesson?
14 year olds.
What is the purpose of header cells in a table?
Header cells indicate the content of the columns or rows they precede.
How do you align content within a table cell?
Use the 'align' attribute or the 'text-align' property
What are the different types of animations that can be created using HTML?
Movement, color change, and size change.
What is the difference between CSS animations and JavaScript animations?
CSS animations are simpler to implement, while JavaScript animations offer greater flexibility.
Can you use multiple internal or embedded CSS styles in the same HTML document?
Yes, you can use multiple <style> tags for internal CSS, or multiple sets of <style> tags within the body for embedded CSS.
What is the difference between inline CSS and internal CSS?
Inline CSS is applied directly to the element within the HTML code, whereas internal CSS is defined within the HTML document's head section.
What is the syntax for defining a CSS ID selector?
#{{id-name}} {...}
What is a 'keyframe' in animation design?