Level Navigation: 0 | 1 | 2 | 3 | Current Level: 4 | 5 | 6 | 7 | 8 | 9 |
Add text content using Emmetβs text and multiplication shortcuts.
p{my paragraph la la la} + [TAB]
p{la la la}*3 + [TAB]
What happened? Click to see.
The first shortcut created `
my paragraph la la la
` with the text inside the curly braces placed between the opening and closing tags. The second shortcut created three paragraphs with the same text using the `*3` multiplication feature!β Commit Reminder:
git add .
git commit -m "Add paragraphs with Emmet text shortcuts"
git push
π Workflow Reminder: Remember to save (
Ctrl + S
) and refresh (Ctrl + R
) as you make changes!
You learned how to:
{}
*
These shortcuts help you create more complete and content-rich HTML elements!
Level Navigation: 0 | 1 | 2 | 3 | Current Level: 4 | 5 | 6 | 7 | 8 | 9 |