0 / 5 questions.

Question 1. CSS

Drag the text into the correct boxes to produce valid CSS.

{
}
;
:
h1
color
red

Question 2. HTML

Drag the text into the correct boxes to produce valid HTML.

<h1>
</h1>
<link rel="stylesheet" href="styles.css">
<head> <title>Page Title</title>
</head>
<body>
Heading
<p> Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </p> </body>

<!DOCTYPE html> <html>
</html>

Question 3. Box model

Drag the labels into the right spot on the diagram.

margin
padding
border
content

Question 4. Display

Answer the questions about this diagram.

              
                
              
              
                
              
              
                
              
display: inline;
display: block;
What display type does this colour have?
What display type does this colour have?

Question 5. Folders

Drag the folders and files so that all the text inside the files points to a file.

images
images
css
picture.jpg
picture.jpg
styles.css "../images/picture.jpg"
styles.css "images/picture.jpg"

Folder 1

index.html "styles.css" "images/picture.jpg"


Folder 2

index.html "css/styles.css" "images/picture.jpg"