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 type of HTTP cookie that is stored on the user's computer for a longer period of time and remains even after closing the web browser.
Session Cookie
A type of HTTP cookie that is only stored temporarily and is deleted when the user closes the web browser.
Hyperlink
A reference or navigation element within an HTML document that permits convenient user navigation to an alternative page or resource.
Status Code
A three-digit number is included in an HTTP response, serving as an indication of the status of the requested resource or the result of the requested action.
HTML
Hypertext Markup Language is the widely used markup language that defines the structure and content of web pages and web applications.
HTTP
Hypertext Transfer Protocol is an application protocol utilized to transmit hypermedia documents, such as HTML.
Stylesheet
A file containing CSS code with a .css extension, used to define styles for HTML documents.
External CSS
A separate CSS file that is linked to an HTML document using the 'link' element.
Tag
In HTML, a markup element is used to define the structure and presentation of a web page. These elements are enclosed in angle brackets, such as "< >".
POST
"An HTTP method utilized for transmitting data to a server with the aim of establishing a new resource; extensively employed within web forms."
Persistent Cookie