Skip to content

Commit 871b1a4

Browse files
committed
changing <b> to <strong> in HTML tutorial 3, to keep the tutorial consistent
1 parent ccb51c9 commit 871b1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/lesson3/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Add a class `sidebar` to the div we just defined. This is so that we can change
232232

233233
```html
234234
<div class="sidebar">
235-
<b>Me on the internet</b>
235+
<strong>Me on the internet</strong>
236236
...
237237
```
238238

0 commit comments

Comments
 (0)