We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
style
1 parent 5e6391b commit 8b77ab8Copy full SHA for 8b77ab8
docs/1-trial-session/03-css/index.mdx
@@ -12,7 +12,7 @@ title: CSS
12
<Term>**`style`属性**</Term>は、全ての<Term>HTML要素</Term>に対して定義されている、<Term>CSS</Term>を記述するための属性です。次の例では、`div`要素の`style`属性に<Term>CSS</Term>を指定して、文字色を赤色にしています。
13
14
```html title="index.html"
15
-<div style="color: red; font-size: 24px;">Hello World!</div>
+<div style="color: red; font-size: 24px">Hello World!</div>
16
```
17
18
<ViewSource url={import.meta.url} path="_samples/first-css" />
0 commit comments