Sublime Text 2 Emmet8 a common technique

Source: Internet
Author: User

1. Generate HTML format

Input Html:5

2. Shorthand Div

As you can see, whether or not you add Div,emmet will automatically generate the need for DIV elements.

Ambiguous label name

This technique belongs to the implicit tag names feature, you do not need to specify DIV or Li,emmet will automatically help you build, as follows:

3. Chain abbreviation with DOM navigation

If you use Emmet to extend a simple class name to generate a div. This way can help you save a lot of time. You just have to remember the following syntax:

  • > Child nodes: Add an element in the next layer of the DOM tree
  • + Same level: Add create an element at the same level in the DOM tree
  • ^ to the top: Add a layer up to create an element.

Up one level

You can climb up multiple layers if you want, as follows:

4. Use grouping to simplify your code structure

There are times when you might find it more complicated to use the up notation, and it might be more reasonable to use grouping. As follows:

A more complex example, as follows:

5. Inserting text and attributes

If you need to generate HTML, the content and attributes are often added to your needs. Many developers just use Emmet to build the framework and then add content. In fact, you can add both properties and content during the process of generating the page frame.

As you can see from the code below, the text and attributes you enter can be generated by curly braces and brackets, respectively.

6. Add more than one class to an element

This is very simple, you just need to use a comma to add more than one class, as follows:

7. Repeat add

This may be the most comfortable operation to help you repeat the addition of elements:

If you integrate the grouping functionality, you will be able to handle more complex HTML generation:

8. Automatic list Count

If you need to generate HTML elements sequentially, this technique you must like, using the $ notation can help you to generate a series of numbers that support Class,id, attributes, content, and so on. As follows:

Note If you need to generate a 2-bit number, use two $ symbols.

Sublime Text 2 Emmet8 a common technique

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.