Skip to content

Commit a57bf25

Browse files
Merge pull request #416 from rvedotrc/correct-terminology
Use correct (and also less misleading) terminology
2 parents 36a7e37 + 19e8534 commit a57bf25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html/lesson2/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ _**CSS** works in conjunction with **HTML**_
4848

4949
You can change the color, position, dimensions and presentation of different elements
5050

51-
### Anatomy of a CSS element
51+
### Anatomy of a CSS rule
5252

5353
```css
5454
body {

html/lesson5/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Set her name as the title that will be displayed on the browser's bar.
3333
<title>Anita Borg</title>
3434
```
3535

36-
Also, set a title for your page
36+
Also, set a heading for your page
3737

3838
```html
3939
<h1>Anita Borg</h1>

0 commit comments

Comments
 (0)