Skip to content

Commit 15f9312

Browse files
committed
Merge pull request #159 from matyikriszta/gh-pages
changing <b> to <strong> in HTML tutorial 3
2 parents ccb51c9 + 871b1a4 commit 15f9312

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)