diff --git a/files/ja/learn/css/first_steps/how_css_is_structured/index.md b/files/ja/learn/css/first_steps/how_css_is_structured/index.md
index 27f47cd4dad54b..2fcdf70054f01a 100644
--- a/files/ja/learn/css/first_steps/how_css_is_structured/index.md
+++ b/files/ja/learn/css/first_steps/how_css_is_structured/index.md
@@ -289,11 +289,11 @@ CSS のプロパティと値は大文字と小文字を区別しません。そ
例として、CSS 内で単純な計算を行うことができる `calc()` 関数が挙げられます。
-```html
+```html live-sample___the_calc_function
The inner box is 90% - 30px.
```
-```css
+```css live-sample___the_calc_function
.outer {
border: 5px solid black;
}
@@ -316,11 +316,11 @@ CSS のプロパティと値は大文字と小文字を区別しません。そ
他の例としては、 {{cssxref("transform")}} のさまざまな値、たとえば `rotate()` などがあります。
-```html
+```html live-sample___transform_functions
```
-```css
+```css live-sample___transform_functions
.box {
margin: 30px;
width: 100px;
diff --git a/files/ja/web/api/customelementregistry/define/index.md b/files/ja/web/api/customelementregistry/define/index.md
index c3490563b9e2ca..94653f76c4294b 100644
--- a/files/ja/web/api/customelementregistry/define/index.md
+++ b/files/ja/web/api/customelementregistry/define/index.md
@@ -28,7 +28,7 @@ customElements.define(name, constructor, options);
- : 要素の定義の仕方を制御するオブジェクト。現在は、次の 1 つのオプションのみに対応しています。
-- `extends`: 拡張する組み込み要素の名前を示す文字列。*カスタム組み込み要素*を作成するのに使われる。
+ - `extends`: 拡張する組み込み要素の名前を示す文字列。*カスタム組み込み要素*を作成するのに使われる。
### 返値
diff --git a/files/ja/web/html/element/dialog/index.md b/files/ja/web/html/element/dialog/index.md
index 39d8a4a15a5a85..5b4ae5503d2890 100644
--- a/files/ja/web/html/element/dialog/index.md
+++ b/files/ja/web/html/element/dialog/index.md
@@ -9,7 +9,7 @@ l10n:
**`