1AKIFT MEDT Test (Group A)

2024-01-30

Max. 100 points

Name:

Task Max. Achieved
1 5
2 38
3 30
4 27
Sum 100
Grading: > 87.5: 1, >75: 2, >62.5 : 3, >50: 4, <=50: 5
  1. Which shortcut opens the developer tools of your web browser (Firefox or Chromium)? (5 points)
    F12
  2. Look at the following image showing the box model of a web page's element. Please write down all correct names and values that can be read from the image. (38 points - 2 for each value + 10 for the correct property names)
    margin: 8px 0;
    border: 1px solid black;
    padding: 16px;
    width: 837px;
    height: 119px;
  3. CSS (10 points each: 5 for the correct property + 5 for a correct value)
  4. Deploying websites (9 points each)