mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-02 19:22:42 +02:00
removing extraneous brackets from quiz
This commit is contained in:
@@ -4,18 +4,18 @@ You will need to reference the following learn module to complete the quiz:
|
|||||||
|
|
||||||
[Work with CSS](https://docs.microsoft.com/en-us/learn/modules/build-simple-website/4-css-basics)
|
[Work with CSS](https://docs.microsoft.com/en-us/learn/modules/build-simple-website/4-css-basics)
|
||||||
|
|
||||||
1. [You can write CSS directly in the head section of your HTML file]
|
1. You can write CSS directly in the head section of your HTML file
|
||||||
|
|
||||||
- [ ] [true]
|
- [ ] true
|
||||||
- [ ] [false]
|
- [ ] false
|
||||||
|
|
||||||
1. [It's always necessary to include CSS in your app]
|
1. It's always necessary to include CSS in your app
|
||||||
|
|
||||||
- [ ] [true]
|
- [ ] true
|
||||||
- [ ] [false]
|
- [ ] false
|
||||||
- [ ] [false, but if you want it to look good you need CSS]
|
- [ ] false, but if you want it to look good you need CSS
|
||||||
|
|
||||||
1. [Which browser tool can be used to inspect CSS?]
|
1. Which browser tool can be used to inspect CSS?
|
||||||
- [ ] [Elements]
|
- [ ] Elements
|
||||||
- [ ] [Styles]
|
- [ ] Styles
|
||||||
- [ ] [Network]
|
- [ ] Network
|
||||||
|
Reference in New Issue
Block a user