emmet

How to use "lorem" inside paragraph tag


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?


Solution

  • Use this:

    p>lorem
    

    and then tab