Question from the HTML5/CSS3 test

What is the width of the image in the following HTML code?

Archived

Given the following CSS code:

.card {
	display: block;
	box-sizing: content-box;
	width: 150px;
	padding: 10px;
	border-width: 1px;
	margin: 10px;
}

What will be the total size occupied by the .card element in the page?

Author: Jean-marie CléryStatus: ArchivedQuestion passed 1224 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!