<div>
<p>
<p>
<p>
<p></p>
</p>
<p>
<p></p>
</p>
</p>
</p>
</div>
ul#a>li.c-$*5+li.0>a.title
复制代码 代码如下:
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li><a href=""></a></li>
</ul>
html:xt
复制代码 代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
</head>
<body>
aaa
</body>
</html>
更多的
复制代码 代码如下:
cc:ie6
<!--[if lte IE 6]>
aa
<![endif]-->
cc:ie
<!--[if IE]>
<![endif]-->
cc:noie
<!--[if !IE]><!-->
aa
<!--<![endif]-->
link:css
<link type="text/css" href="https://www.jb51.net/style.css" media="all" />
a:mail
<a href="https://www.jb51.net/mailto:jikeytang@163.com"></a>
meta:utf
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
link
<link href="" />
style
<style type="text/css">body{}</style>
script
<script type="text/javascript">//some coding</script>
script:src
<script type="text/javascript" src="https://www.jb51.net/scripts/zen_settings.js"></script>
img
<img src="https://www.jb51.net/12" alt="" />
iframe
<iframe src="https://www.jb51.net/12.html" frameborder="0"></iframe>
embed
<embed src="" type="" />
object
<object data="" type=""></object>
param
<param value="" />
map
<map></map>
area
<area shape="" coords="" href="" alt="" />
form
<form action=""></form>
form:get
<form action="" method="get"></form>
form:post
<form action="" method="post"></form>
label
<label for=""></label>
input
<input type="" />
input:hidden
<input type="hidden" />
input:h
<input type="hidden" />
input:text
<input type="text" />
input:t
<input type="text" />
input:search
<input type="search" />
input:email
<input type="email" />
input:url
<input type="url" />
input:p
<input type="password" />
input:date
<input type="date" />
input:datetime
<input type="datetime" />
input:month
<input type="month" />
input:week
<input type="week" />
input:time
<input type="time" />
input:number
<input type="number" />
input:color
<input type="color" />
input:checkbox
<input type="checkbox" />
input:c
<input type="checkbox" />
input:radio
<input type="radio" />
input:r
<input type="radio" />
input:f
<input type="file" />
input:s
<input type="submit" value="" />
input:i
<input type="image" src="" alt="" />
input:reset
<input type="reset" value="" />
input:button
<input type="button" value="" />
input:b
<input type="button" value="" />
select
<select></select>
option
<option value=""></option>
textarea
<textarea cols="30" rows="10"></textarea>
menu:c
<menu type="context"></menu>
bq
<blockquote></blockquote>
cap
<caption></caption>
optg
<optgroup></optgroup>
opt
<option></option>
fst
<fieldset></fieldset>
leg
<legend></legend>
sect
<section></section>
tarea
<textarea></textarea>
hdr
<header></header>
<!-- expands -->
ol+
<ol>
<li></li>
</ol>
ul+
<ul>
<li></li>
</ul>
dl+
<dl>
<dt></dt>
<dd></dd>
</dl>
map+
<map><area shape="" coords="" href="" alt="" /></map>
table+
<table>
<tr>
<td></td>
</tr>
</table>
tr+
<tr>
<td></td>
</tr>
select
<select></select>
optgroup+
<optgroup><option value=""></option></optgroup>
optg+
<optgroup><option value=""></option></optgroup>
empty
<empty></empty>
常用的快捷键修改为:
Wrap with Abbreviation: alt+x
Toggle Comment: alt+1
Match pair:alt+D
Go to Matching Pair:alt+s
另外是推荐Aptana工具的理由如下:
1. 快捷键支持非常完善。
比如比较常用的删除单行: ctrl + D;
格式化:ctrl + shift + F;
复制单行:ctrl + alt+ pageup
移动单行:alt + pageup
2. js提示是在现下前台可以接受的工具里边是比较强悍的,还有另外一个特点,就是与Firefox中的firebug结合,断点跟踪程序执行流程,即时查看变量的值,是非常不错的。
3. 现下的推荐的最强悍的理由就是与zen coding结合,让你的工作神速如飞。
它的不好之处:
1. 由于工具比较强悍,需要大量的内存消耗,但是以现下的硬件价格,2G的内存基本可以接受。
2. 虽然现在最新版的2.0.2是纯绿色版的,但是安装之前必须要安装sun的jdk,这个东西比较头痛,配置比较多。纯前台人员肯定看的云里雾里的。
3. 内置提供的浏览方式比较慢,纯静态页面,何必那么复杂,直接本地浏览就OK。
注重版权,转载请注明出处。
您可能感兴趣的文章: