Skip to content

Commit 7a3a1d4

Browse files
committedOct 23, 2022
#157 Renaming fixture files
1 parent 6ee7b98 commit 7a3a1d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+276
-28
lines changed
 
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This is the question
2+
3+
An example
4+
5+
```php
6+
<?php echo "hello world";
7+
// Hello
8+
```
9+
10+
Another example
11+
12+
```php
13+
<?php echo "hello world";
14+
// Hello
15+
```
16+
17+
## Possible answers
18+
19+
- [ ] 3
20+
- [ ] 4
21+
- [ ] 5
22+
23+
<details id="answer">
24+
<summary>
25+
<b>Answer</b>
26+
</summary>
27+
<p>
28+
Answer: <strong>5</strong>
29+
</p>
30+
</details>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# In CSS which rule overrides a previous style?
2+
3+
## Possible answers
4+
5+
- [ ] important
6+
- [ ] !important
7+
- [ ] important!
8+
9+
<details><summary><b>Answer</b></summary>
10+
<p>
11+
Answer: <strong>!important</strong>
12+
</p>
13+
</details>

0 commit comments

Comments
 (0)