Level Navigation: 0 | 1 | 2 | Current Level: 3 | 4 | 5 | 6 | 7 | 8 | 9 |
Link CSS files using Emmetβs attribute shortcuts.
link:css + [TAB]
What happened? Click to see.
This created a complete CSS link tag ``! Emmet automatically added the `rel` attribute and linked to your `style.css` file. The `:css` part tells Emmet to create a stylesheet link specifically.
β Commit Reminder:
git add .
git commit -m "Link CSS file using Emmet"
git push
π Workflow Reminder: Remember to save (
Ctrl + S
) and refresh (Ctrl + R
) as you make changes!
You learned how to:
link:css
The :css
shortcut is a great example of how Emmet can create complex HTML with simple abbreviations!
Level Navigation: 0 | 1 | 2 | Current Level: 3 | 4 | 5 | 6 | 7 | 8 | 9 |