mercredi 1 mai 2013

code test 1

<div class="content">
<h1>HTML Escape Tool</h1>
Use our online tool, to escape all the special characters, which can create problems on a web page.<br/><br/>
The HTML Escape tool escapes all special HTML characters, and replaces them with the correct entities.<br/><br/>
The escaped result will work with almost any encoding, and is also useful for putting source code on a web page.<br/><br/>

<h2 style="margin:0px;padding:0px;">Enter/paste text to HTML Escape:</h2>
<textarea onkeyup="escapex();" id="from_text" name="from_text" style="width:750px;height:200px;overflow:auto;border:1px solid #00acf2;"></textarea>
<input onclick="escapex();" type="checkbox" id="br" checked="checked" />Replace newline with &lt;br/&gt;<br/>
<input onclick="escapex();" type="checkbox" id="tag" checked="checked" />Replace &lt; &gt; &quot;<br/>
<input onclick="escapex();" type="checkbox" id="nbsp" />Replace space with &amp;nbsp;<br/>
<input onclick="escapex();" type="checkbox" id="other" checked="checked" />Escape special characters (&amp; and non latin chars)<br/>

<br/>
<h2 style="margin:0px;padding:0px;">HTML Escaped result:</h2>
<textarea id="to_text" name="to_text" style="width:750px;height:200px;overflow:auto;border:1px solid #00acf2;"></textarea>


</div>

Aucun commentaire:

Enregistrer un commentaire