Calculate the height

Report a typo

What is the total height of the div element when the below CSS rules are applied?

div {
  box-sizing: content-box;
  width: 240px;
  height: 355px;
  padding: 12px;
  border: 3px;
}
Enter a number
___

Create a free account to access the full topic