diff --git a/tutorials/learn-html.org/en/Styles.md b/tutorials/learn-html.org/en/Styles.md index 1f6db7368..2d648a4be 100644 --- a/tutorials/learn-html.org/en/Styles.md +++ b/tutorials/learn-html.org/en/Styles.md @@ -124,10 +124,10 @@ For example: Exercise -------- +1. Change the `font-family` of `Paragraph 1` to `sans-serif` using the Inline method. +2. Change the `font-family` of `Paragraph 2` to `monospace` using a CSS ` -

Hello, World!

+

+ Paragraph 1. +

+

+ Paragraph 2. +

+

+ Paragraph 3. +

+ Solution @@ -160,9 +185,25 @@ Solution - Hello, World! + -

Hello, World!

+

+ Paragraph 1. +

+

+ Paragraph 2. +

+

+ Paragraph 3. +

- + + \ No newline at end of file