diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f18724d71db1dda8d6fec7.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f18724d71db1dda8d6fec7.md index c8c29501d43..c5f2c150627 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f18724d71db1dda8d6fec7.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f18724d71db1dda8d6fec7.md @@ -35,14 +35,14 @@ assert.strictEqual(h1?.textContent.trim(), 'Working with the HTML Video Element' - - - Working with the HTML Video Element + + + Working with the HTML Video Element - + --fcc-editable-region-- - + --fcc-editable-region-- - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1eb9ad0a7575e4dbc31d5.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1eb9ad0a7575e4dbc31d5.md index ab969b995d7..adc8ff217fe 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1eb9ad0a7575e4dbc31d5.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1eb9ad0a7575e4dbc31d5.md @@ -31,14 +31,14 @@ assert.exists(document.querySelector('h1 + video')); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

--fcc-editable-region-- - + --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f371fefd448b4f70b898.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f371fefd448b4f70b898.md index 814428a2d2a..00531f8b122 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f371fefd448b4f70b898.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f371fefd448b4f70b898.md @@ -28,9 +28,9 @@ assert.strictEqual(video?.getAttribute('width'), '640'); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -38,6 +38,6 @@ assert.strictEqual(video?.getAttribute('width'), '640'); - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f57723debf9383c75947.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f57723debf9383c75947.md index 89cf8473c25..9953cacf7f7 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f57723debf9383c75947.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f57723debf9383c75947.md @@ -30,9 +30,9 @@ assert.isTrue(video?.hasAttribute('loop')); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -40,6 +40,6 @@ assert.isTrue(video?.hasAttribute('loop')); - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f6f97af9749a42260a43.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f6f97af9749a42260a43.md index f7adf94d19b..189d81f70b3 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f6f97af9749a42260a43.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f6f97af9749a42260a43.md @@ -32,9 +32,9 @@ assert.isTrue(video?.hasAttribute('controls')); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -42,6 +42,6 @@ assert.isTrue(video?.hasAttribute('controls')); - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f8c248306da204655117.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f8c248306da204655117.md index 213f43edd50..8a448305b3e 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f8c248306da204655117.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f8c248306da204655117.md @@ -30,9 +30,9 @@ assert.isTrue(video?.hasAttribute('muted')); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -40,6 +40,6 @@ assert.isTrue(video?.hasAttribute('muted')); - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f993460f06a64c033061.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f993460f06a64c033061.md index c6f5198f15c..d26a7f72154 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f993460f06a64c033061.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1f993460f06a64c033061.md @@ -28,21 +28,22 @@ assert.strictEqual(video?.getAttribute('poster'), 'https://cdn.freecodecamp.org/ - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

---fcc-editable-region-- - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1fac259a4afabb478b960.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1fac259a4afabb478b960.md index c7b533baa38..44e496afc19 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f1fac259a4afabb478b960.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f1fac259a4afabb478b960.md @@ -38,9 +38,9 @@ assert.exists(document.querySelector('video > source')); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -52,9 +52,9 @@ assert.exists(document.querySelector('video > source')); poster="https://cdn.freecodecamp.org/curriculum/labs/past-event2.jpg" > --fcc-editable-region-- - + --fcc-editable-region-- - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f268880219c2485bd71d2a.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f268880219c2485bd71d2a.md index 79c84e24f30..c57d22b4036 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f268880219c2485bd71d2a.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f268880219c2485bd71d2a.md @@ -36,9 +36,9 @@ assert.strictEqual(source?.getAttribute('src'), - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -50,9 +50,9 @@ assert.strictEqual(source?.getAttribute('src'), poster="https://cdn.freecodecamp.org/curriculum/labs/past-event2.jpg" > --fcc-editable-region-- - + --fcc-editable-region-- - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f26a5f79e97c5032c10642.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f26a5f79e97c5032c10642.md index 349cf49b3cc..0e921bc088f 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f26a5f79e97c5032c10642.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f26a5f79e97c5032c10642.md @@ -41,9 +41,9 @@ assert.strictEqual(source?.getAttribute('type'), 'video/mp4'); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -54,12 +54,12 @@ assert.strictEqual(source?.getAttribute('type'), 'video/mp4'); muted poster="https://cdn.freecodecamp.org/curriculum/labs/past-event2.jpg" > + + --fcc-editable-region-- + > diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f26d52b13e0f5b6e2d2e09.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f26d52b13e0f5b6e2d2e09.md index bb22d64c80d..cda4897bdc5 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f26d52b13e0f5b6e2d2e09.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f26d52b13e0f5b6e2d2e09.md @@ -57,9 +57,9 @@ assert.strictEqual(source?.getAttribute('type'), 'video/webm'); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -70,14 +70,14 @@ assert.strictEqual(source?.getAttribute('type'), 'video/webm'); muted poster="https://cdn.freecodecamp.org/curriculum/labs/past-event2.jpg" > - + --fcc-editable-region-- - + --fcc-editable-region-- - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f2701b2160c765f23b60f8.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f2701b2160c765f23b60f8.md index fe248de9c73..655ef6f0e08 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f2701b2160c765f23b60f8.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f2701b2160c765f23b60f8.md @@ -57,9 +57,9 @@ assert.strictEqual(source?.getAttribute('type'), 'video/ogg'); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -70,18 +70,18 @@ assert.strictEqual(source?.getAttribute('type'), 'video/ogg'); muted poster="https://cdn.freecodecamp.org/curriculum/labs/past-event2.jpg" > - - + + --fcc-editable-region-- - + --fcc-editable-region-- - + ``` diff --git a/curriculum/challenges/english/blocks/workshop-html-video-player/68f27139bddf9f6bf2821acf.md b/curriculum/challenges/english/blocks/workshop-html-video-player/68f27139bddf9f6bf2821acf.md index 7a6a634dbff..35586addcbd 100644 --- a/curriculum/challenges/english/blocks/workshop-html-video-player/68f27139bddf9f6bf2821acf.md +++ b/curriculum/challenges/english/blocks/workshop-html-video-player/68f27139bddf9f6bf2821acf.md @@ -59,9 +59,9 @@ assert.strictEqual(source?.getAttribute('type'), 'video/quicktime'); - - - Working with the HTML Video Element + + + Working with the HTML Video Element

Working with the HTML Video Element

@@ -72,23 +72,23 @@ assert.strictEqual(source?.getAttribute('type'), 'video/quicktime'); muted poster="https://cdn.freecodecamp.org/curriculum/labs/past-event2.jpg" > - - - + + + --fcc-editable-region-- - + --fcc-editable-region-- - + ```