Foundation Course:Add questions at Knowledge Check on Block and Inline lesson
Complete the following REQUIRED checkboxes:
- [x] I have thoroughly read and understand The Odin Project Contributing Guide
- [x] The title of this issue follows the
location for request: brief description of requestformat, e.g.NodeJS course: Add lessons on XYZ
The following checkbox is OPTIONAL:
- [x] I would like to be assigned this issue to work on it
1. Description of the Feature Request:
Adding a question, Can an inline element will contain a block-level element or not? Further add answer link from w3schools.
2. Acceptance Criteria:
3. Additional Information:
I would like to be assigned this issue to work on it.
@himanshud2611 Can you clarify the question you think should be added and how it would be useful for users to be able to answer?
@himanshud2611 Can you clarify the question you think should be added and how it would be useful for users to be able to answer?
The question would be, Can an inline element will contain a block-level element or not? The answer being No. As block-level element can contain inline ones using display property. It would be logic based ques to users to understand the property.
This issue is stale because it has had no activity for the last 30 days.
@himanshud2611 If this is a question that is answered in the content of the lesson, or one of the linked resources in the assignment section, I'd say it could be worth adding in, though it may be better to reword it (technically an inline element can contain a block element, though it may not be best practice/may not be valid HTML).
This issue is stale because it has had no activity for the last 30 days.