HTML / CSS Crossword Puzzle

Download and print this HTML / CSS crossword puzzle.

HTML / CSS Crossword Puzzle

PDF will include puzzle sheet and the answer key.

 
Edit Print PDF - Letter PDF - A4

Browse all Computers / IT Puzzles

QUESTIONS LIST:

  • semicolon : symbol we add after a value
  • p tag : paragraph tag
  • colon : symbol we add after a property
  • comments : used to leave notes in our code
  • define : when we create a class in the style-sheet
  • src : an attribute that tells the browser where an image is stored
  • rel : an attribute that creates a relationship to our style-sheet
  • curly braces : { }
  • br : creates a blank line after an element on our webpage
  • value : tells us how to style an element
  • hr : creates a horizontal line on the screen
  • hyperlink reference : href
  • body : where the code goes the user sees and interacts with
  • img : image tag
  • property : tells us what to style about an element
  • slash : symbol used to close a tag
  • assign : when we code a class into the html file
  • angle brackets : < >
  • gets : what we say when we see an equal sign
  • class : used to style the same elements differently
  • alt : an attribute for alternative text if an image fails to load
  • h1 : the most important heading tag
  • head : where we put the link to the stylesheet