sublime text3 jQuery Emmet plug-in installation method, shortcut keys

PHP中文网
Release: 2017-07-03 17:30:48
Original
1436 people have browsed it

preference->package control->install package> emmet / jQuery

<br>

Let’s talk about jQuery first

jQuery integrates many JS completion functions. For example, appendChild, it will have.

<br>

Emmet

shortcut key

http://docs.emmet.io/cheat-sheet/

! tab generates basic html format

table tab Generate table label

a tab \ link tab Generate link, and css link

nav>ul>li generate:

<span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">nav</span><span style="color: rgb(0, 0, 255);">></span>
    <span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">ul</span><span style="color: rgb(0, 0, 255);">></span>
        <span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span>
    <span style="color: rgb(0, 0, 255);"></span><span style="color: rgb(128, 0, 0);">ul</span><span style="color: rgb(0, 0, 255);">></span>
<span style="color: rgb(0, 0, 255);"></span><span style="color: rgb(128, 0, 0);">nav</span><span style="color: rgb(0, 0, 255);">></span></span></span></span>
Copy after login

nav>ul>li*5

<span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">nav</span><span style="color: rgb(0, 0, 255);">></span>
    <span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">ul</span><span style="color: rgb(0, 0, 255);">></span>
        <span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span>
        <span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span>
        <span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span>
        <span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span>
        <span style="color: rgb(0, 0, 255);"><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span><span style="color: rgb(128, 0, 0);">li</span><span style="color: rgb(0, 0, 255);">></span>
    <span style="color: rgb(0, 0, 255);"></span><span style="color: rgb(128, 0, 0);">ul</span><span style="color: rgb(0, 0, 255);">></span>
<span style="color: rgb(0, 0, 255);"></span><span style="color: rgb(128, 0, 0);">nav</span><span style="color: rgb(0, 0, 255);">></span></span></span></span></span></span></span></span>
Copy after login

生成#id. class

div#header

span.abc

span.abc.def

<font style="font-size: 12pt;"><span><span> <span>class=</span><span>"abc def"</span><span>></span></span></span></font>
Copy after login
<br>
Copy after login
Copy after login
<font size="5" style="background-color: rgb(255, 255, 0);">CSS</font>
Copy after login
<font style="font-size: 12pt;">po/ pos</font>
Copy after login
<font style="font-size: 12pt;">弹出:position:relative;</font>
Copy after login
<font size="3">poa/ pos:a;/posa</font>
Copy after login
<font size="3">弹出: position:absolute;</font>
Copy after login
<br>
Copy after login
<font size="3">p</font>
Copy after login
<font size="3">弹出:padding:;</font>
Copy after login
<font size="3">b/bo</font>
Copy after login
<font size="3">bottom:;</font>
Copy after login
<font size="3">backg/bg</font>
Copy after login
<font size="3">background:;</font>
Copy after login
<font size="3">bg+</font>
Copy after login
<img    style="max-width:90%"  style="max-width:90%" title="sublime text3 jQuery Emmet plug-in installation method, shortcut keys" style="margin: 0px; display: inline; background-sublime text3 jQuery Emmet plug-in installation method, shortcut keys: none;" alt="sublime text3 jQuery Emmet plug-in installation method, shortcut keys" src="https://img.php.cn/upload/article/000/000/001/d6a293d149c6643c3ffbda36f9bb1e60-0.png" border="0">
Copy after login
bd
Copy after login
boarder
Copy after login
m
Copy after login
margin
Copy after login
m:a
Copy after login
margin:auto
Copy after login
<br>
Copy after login
Copy after login
<font style="font-size: 12pt;">
</font>
Copy after login

The above is the detailed content of sublime text3 jQuery Emmet plug-in installation method, shortcut keys. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!