We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36a7e37 + 19e8534 commit a57bf25Copy full SHA for a57bf25
html/lesson2/tutorial.md
@@ -48,7 +48,7 @@ _**CSS** works in conjunction with **HTML**_
48
49
You can change the color, position, dimensions and presentation of different elements
50
51
-### Anatomy of a CSS element
+### Anatomy of a CSS rule
52
53
```css
54
body {
html/lesson5/tutorial.md
@@ -33,7 +33,7 @@ Set her name as the title that will be displayed on the browser's bar.
33
<title>Anita Borg</title>
34
```
35
36
-Also, set a title for your page
+Also, set a heading for your page
37
38
```html
39
<h1>Anita Borg</h1>
0 commit comments