Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use "lorem" inside paragraph tag

Tags:

emmet

I am just learning zen-coding and am trying to do this:

Entering 'lorem' and hitting tab will produce 50 word lorem text.

However, if I start with <p></p> and then type lorem + tab inside the tag, it does not produce the lorem text.

Is there a better way to do this?

like image 985
Greg Gum Avatar asked Oct 28 '25 19:10

Greg Gum


1 Answers

Use this:

p>lorem

and then tab

like image 150
Eternal1 Avatar answered Oct 30 '25 16:10

Eternal1