Skip to content

Commit 2cb0c63

Browse files
committed
fix(loc): prevent example output text from being localized by marking as code
1 parent 89bfe12 commit 2cb0c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/build-first-html-webpage/includes/2-understand-terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ HTML tells the web browser what to do with the information on the page by using
3030

3131
The "strong" tags tell the browser that the text in between should be bold. It would appear as bolded text when you view it in a browser:
3232

33-
<strong><code>This is bold text</code></strong>
33+
**`This is bold text`**
3434

3535
### CSS
3636

0 commit comments

Comments
 (0)