Database |> Language |> Keywords |> 

EMMET

Contents

Definition

For efficiency reasons, there may be occasions where you are interested in grabbing a shorter string to represent the same HTML. For these cases we have an EMMET keyword to retrieve the Emmet notation.

FROM url
|> SELECT EMMET

This returns the HTML document in Emmet notation but ignoring the following:

  • Script, style, and svg tags
  • The style attribute

Example

Coming soon.


Related: