Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

ningle http://www.ququ114.com

« Newer Snippets
Older Snippets »
Showing 1-3 of 3 total  RSS 

html form

// description of your code here

<form action="/posts/add_comment" method="post">
<input id="comment_id" name="comment[id]" value="" type="hidden">
<input id="comment_id" name="comment[post_id]" value="3825" type="hidden">
<p><input name="comment[user_id]" value="6094" type="hidden">Posting as ningle <small>(embed any code between &lt;code&gt; &lt;/code&gt; tags)</small><br><textarea cols="65" id="comment_content" name="comment[content]" rows="10" wrap="virtual" style="width: 100%;"></textarea></p>
<input id="form-submit-button" value="Add Comment" type="submit">

<code>
<form action="/posts/add_comment" method="post">
</form>


</form>

html span

// description of your code here
<span class="nube2">
徒步旅游
</span>
<span class="nube2">
宠物
</span>
// insert code here..
<span class="nube2">
          <a href="/tags/city/1/%E5%BE%92%E6%AD%A5%E6%97%85%E6%B8%B8">徒步旅游</a>
          </span>
       
          <span class="nube2">

          <a href="/tags/city/1/%E5%AE%A0%E7%89%A9">宠物</a>
          </span>
       
          <span class="nube2">
          <a href="/tags/city/1/%E5%AD%A9%E5%AD%90">孩子</a>
          </span>
       
          <span class="nube2">
          <a href="/tags/city/1/%E5%9F%BA%E9%87%91">基金</a>

          </span>
       
          <span class="nube2">
          <a href="/tags/city/1/HP%E7%AC%94%E8%AE%B0%E6%9C%AC">HP笔记本</a>
          </span>
       
          <span class="nube2">
          <a href="/tags/city/1/%E9%BB%84%E8%B1%86%E8%8A%BD">黄豆芽</a>
          </span>
       
          <span class="nube2">

          <a href="/tags/city/1/%E9%BA%BB%E4%BB%81">麻仁</a>
          </span>
       
          <span class="nube2">
          <a href="/tags/city/1/%E8%A3%85%E4%BF%AE%E6%9D%90%E6%96%99">装修材料</a>
          </span>
       
          <span class="nube2">
          <a href="/tags/city/1/%E8%8A%B1%E7%BD%97%E6%B1%89%E9%B1%BC">花罗汉鱼</a>

          </span>
       
          <span class="nube2">
          <a href="/tags/city/1/%E9%85%A5%E7%9A%AE%E9%B8%AD">酥皮鸭</a>
          </span>
       
          <span class="nube2">
          <a href="/tags/city/1/%E9%83%8A%E6%B8%B8">郊游</a>
          </span>
       
          <span class="nube2">

          <a href="/tags/city/1/%E8%82%A1%E7%A5%A8">股票</a>
          </span>
       
          <span class="nube3">
          <a href="/tags/city/1/%E7%BE%8E%E9%A3%9F">美食</a>
          </span>

dzone snippet html

description of your code here
description of your code here
description of your code here

<style type="text/css">
DIV.post-job-ad {
	background-color: #ff8;
	border-top: 1px dashed #660;
	border-bottom: 1px dashed #660;
	margin-bottom: 10px;
	padding: 8px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

DIV.post-job-ad EM {
	color: #170;
	font-style: normal;
}
</style>
« Newer Snippets
Older Snippets »
Showing 1-3 of 3 total  RSS