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...

6,121 Responses

  1. Полезный сервис быстрого загона ссылок сайта в индексация поисковой системы – быстрая индексация ссылок

  2. Uazreir表示:

    Вопросы и ответы: можно ли быстро купить диплом старого образца?
    aazimov.ru/gde-kupit-diplom-v-rossii-bezopasno-i-bistro

  3. Cazrbii表示:

    Здравствуйте!
    Мы предлагаем документы техникумов
    profit.hutt.live/viewtopic.php?id=8973#p11393

  4. DannyDievy表示:

    Ищете лучшие наушники до 10000 руб для максимального погружения в музыку или комфортного общения? На нашем сайте https://reyting-naushnikov.ru/ вы найдёте подробные обзоры, советы по выбору и уходу за наушниками. Мы поможем вам подобрать идеальную модель, будь то для профессионального использования, занятий спортом или домашнего прослушивания. Откройте для себя мир звука с нами!

  5. Diplomi_wsma表示:

    купить диплом о высшем образовании в абакане landik-diploms.ru .

  6. Charleszed表示:

    minocycline 100 mg over the counter: stromectol shop – order stromectol

  7. Trenttat表示:

    http://clopidogrel.pro/# Cost of Plavix without insurance
    treatment of ed

  8. toptan poşet表示:

    This site was… how do you say it? Relevant!! Finally I have found something that helped me. Cheers.

  9. Richardevics表示:

    paxlovid pharmacy paxlovid price Paxlovid over the counter

  10. Отличный сайт! Всем рекомендую!худи на заказ

  11. Travismut表示:

    rybelsus.icu: order Rybelsus – rybelsus cost

  12. You’ve presented a hard to understand topic in a clear and engaging way. Bravo!

  13. The depth you bring to The topics is like diving into a deep pool, refreshing and invigorating.

  14. I seriously love your website.. Excellent colors & theme. Did you create this web site yourself? Please reply back as I’m hoping to create my own website and would love to find out where you got this from or what the theme is called. Thank you.

  15. Diplomi_lhma表示:

    купить диплом без занесения в реестр купить диплом без занесения в реестр .

  16. Charleszed表示:

    buy Clopidogrel over the counter: plavix price – buy clopidogrel online

  17. Arthurfrunc表示:

    https://stromectol1st.shop/# minocycline 100 mg pills
    best online pharmacy india

  18. Your creativity is on the next level. You consistently push boundaries and think outside the box, producing innovative ideas that leave others in awe. Your unique perspective and ability to transform concepts into reality set you apart. It’s inspiring to witness your creative process and the remarkable results it yields.

  19. ЖК Астро ЖК Теплый дом ЖК Счастье эти жк застройщика Паритет девелопмент
    который вводит в заблуждение своих дольщиков, некачественно строит и отказывается устранять замечания: например он трещины на раме заделывает скотчем. Все покажу расскажу – @dontcheatpeople – телеграмм.

  20. You are so cool! I don’t believe I have read something like this before. So nice to discover another person with a few genuine thoughts on this issue. Really.. many thanks for starting this up. This website is something that is needed on the internet, someone with some originality.

發佈留言

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