Emmet 介紹 – 縮寫篇

縮寫這樣的編輯方式是Emmet的核心功能,可以在輸入簡短的代碼後轉換成結構複雜的HTML,而且使用方式跟使用CSS的選取器雷同,所以非常易於使用。例如:

page>div.logo+ul#navigation>li*5>a{Item $}
------

<div id="page">
    <div class="logo"></div>
    <ul id="navigation">
        <li><a href="">Item 1</a></li>
        <li><a href="">Item 2</a></li>
        <li><a href="">Item 3</a></li>
        <li><a href="">Item 4</a></li>
        <li><a href="">Item 5</a></li>
    </ul>
</div>

以下分別介紹各種不同的縮寫撰寫模式

子結構:>

div>ul>li
------

<div>
    <ul>
        <li></li>
    </ul>
</div>

同層結構:+

div+p+bq
------

<div></div>
<p></p>
<blockquote></blockquote>

上一層:^

div+div>p>span+em^bq
------

<div></div>
<div>
    <p><span></span><em></em></p>
    <blockquote></blockquote>
</div>
div+div>p>span+em^^^bq
------

<div></div>
<div>
    <p><span></span><em></em></p>
</div>
<blockquote></blockquote>

乘法:*

ul>li*5
------

<ul>
    <li></li>
    <li></li>
    <li></li>
    <li></li>
    <li></li>
</ul>

分組:( )

div>(header>ul>li*2>a)+footer>p
------

<div>
    <header>
        <ul>
            <li><a href=""></a></li>
            <li><a href=""></a></li>
        </ul>
    </header>
    <footer>
        <p></p>
    </footer>
</div>
(div>dl>(dt+dd)*3)+footer>p
------

<div>
    <dl>
        <dt></dt>
        <dd></dd>
        <dt></dt>
        <dd></dd>
        <dt></dt>
        <dd></dd>
    </dl>
</div>
<footer>
    <p></p>
</footer>

項目編號:$

ul>li.item$*5
------

<ul>
    <li class="item1"></li>
    <li class="item2"></li>
    <li class="item3"></li>
    <li class="item4"></li>
    <li class="item5"></li>
</ul>
ul>li.item$$*5
------

<ul>
    <li class="item001"></li>
    <li class="item002"></li>
    <li class="item003"></li>
    <li class="item004"></li>
    <li class="item005"></li>
</ul>
ul>li.item$@-*5
------

<ul>
    <li class="item5"></li>
    <li class="item4"></li>
    <li class="item3"></li>
    <li class="item2"></li>
    <li class="item1"></li>
</ul>
ul>li.item$@3*5
------

<ul>
    <li class="item3"></li>
    <li class="item4"></li>
    <li class="item5"></li>
    <li class="item6"></li>
    <li class="item7"></li>
</ul>
ul>li.item$@-3*5
------

<ul>
    <li class="item7"></li>
    <li class="item6"></li>
    <li class="item5"></li>
    <li class="item4"></li>
    <li class="item3"></li>
</ul>

內容:{ }

a{Click me}
------

<a href="">Click me</a>
p>{Click }+a{here}+{ to continue}
------

<p>Click <a href="">here</a> to continue</p>

ID and Class

div#header+div.page+div#footer.class1.class2.class3
------

<div id="header"></div>
<div class="page"></div>
<div id="footer" class="class1 class2 class3"></div>

自訂屬性

td[title="Hello world!" colspan=3]
------

<td title="Hello world!" colspan="3"></td>

You may also like...

13,828 Responses

  1. Inflation and taxes will eat up a majority of your returns.

  2. Jeffreywex表示:

    https://gramster.ru/# gramster.ru

  3. The group gained the gold standard recognised investment exchange (RIE) licence in July 2007 but struggled to make much headway against the dominant LSE.

  4. Jamesboype表示:

    http://gramster.ru/# пин ап зеркало

  5. вывод из запоя на дому ростов недорого вывод из запоя на дому ростов недорого .

  6. Diplomi_pxpi表示:

    диплом массаж купить 4russkiy365-diplomy.ru .

  7. отель в нижнем новгороде [url=https://otelinizhniinovgorod-ru.ru/]отель в нижнем новгороде[/url] .

  8. Jeffreywex表示:

    https://gramster.ru/# пинап казино

  9. Creating the right anime room can be both enjoyable and rewarding.

  10. One is seen in an attractive layered lace and fabric dress, with a reasonably matching bow and bonnet; her pal is in a white layered gown with a lace trim (now discoloured by time) and wears a matching pale pink bonnet and bow.

  11. Jeffreywex表示:

    https://gramster.ru/# пин ап вход

  12. To see our Postcard Net Value Checklist, click on right here.

  13. снегоход китайский купить снегоход китайский купить .

  14. It looks at how people use the platform and suggests things based on that, like what currencies to use or how to trade.

  15. This strategy was influenced by economic liberalism, and called for a fundamental shift in government policy away from the direct provision of housing towards an “enabling” legislative and regulatory environment that “facilitates, energises, and supports the activities of the private sector”.

  16. Jeffreywex表示:

    http://gramster.ru/# пин ап зеркало

  17. рыбак снегоход купить snegohod-kupit.ru .

  18. In 2013, the trip became the centerpiece of a themed Simpsons area at both parks, based on the fictional city of Springfield depicted in the animated series.

  19. Jamesboype表示:

    http://gramster.ru/# gramster.ru

  20. Does the site have a registered domain name?

  21. RobertCow表示:

    пин ап зеркало: Gramster – пин ап зеркало

  22. The Forex market is more active when there is an overlap of the London/Asian and London/New York time zones.

  23. So they either print more money (QE3), or default on the debts that America can no longer pay.

  24. For earlier creators these intermediates (and there was usually a couple of) meant you need much bigger audiences to have a success.

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。