Skip to content

Commit 30be2d0

Browse files
Mehrm0bsmth
andauthored
Missing macros inserted (#26964)
Co-authored-by: Brian Thomas Smith <[email protected]>
1 parent 571eb77 commit 30be2d0

File tree

1 file changed

+4
-0
lines changed
  • files/en-us/learn/html/introduction_to_html/html_text_fundamentals

1 file changed

+4
-0
lines changed

files/en-us/learn/html/introduction_to_html/html_text_fundamentals/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,8 @@ You can nest strong and emphasis inside one another if desired:
834834
<p>This liquid is <strong>highly toxic</strong> — if you drink it, <strong>you may <em>die</em></strong>.</p>
835835
```
836836

837+
{{EmbedLiveSample('Strong importance')}}
838+
837839
### Active learning: Let's be important
838840

839841
In this active learning section, we've provided an editable example. Inside it, we'd like you to try adding emphasis and strong importance to the words you think need them, just to have some practice.
@@ -1013,6 +1015,8 @@ Always keep an accessibility mindset. The concept of italics isn't very helpful
10131015
</dl>
10141016
```
10151017

1018+
{{EmbedLiveSample('Italic, bold, underline…','100%','270')}}
1019+
10161020
## Test your skills!
10171021

10181022
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: HTML text basics](/en-US/docs/Learn/HTML/Introduction_to_HTML/Test_your_skills:_HTML_text_basics).

0 commit comments

Comments
 (0)