28 lines
351 B
Markdown
28 lines
351 B
Markdown
|
---
|
||
|
id: 5e7b9f0c0b6c005b0e76f074
|
||
|
title: HTTP D
|
||
|
challengeType: 11
|
||
|
isRequired: true
|
||
|
videoId: Pv_pJgVu8WI
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
<section id='description'>
|
||
|
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
question:
|
||
|
text: 'Which type of encoding do most websites use?'
|
||
|
answers:
|
||
|
- 'UTF-8'
|
||
|
- 'UTF-16'
|
||
|
- 'UTF-32'
|
||
|
solution: 1
|
||
|
```
|
||
|
|
||
|
</section>
|