Skip to content

Q69 of front end development quiz too vague to have a correct answer #6923

Open
@mingfengwan

Description

@mingfengwan

I'm submitting an ISSUE: please check one with "x"

  • Documentation issue

Q69. The CSS box model describes how the parts of a CSS box fit together and the size of the box. What is the actual width of the following box's visible part under the standard box model?

box {
  width: 200px;
  padding: 10px;
  margin: 0 15px;
  border: 2px 5px;
}
  • 230px
  • 220px
  • 200px
  • 260px

The question is way too ambiguous. It did not specify whether the box border is considered to be part of the "visible part of the box".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions