About

CSS (3)

JavaScript (6)

Web browsers (2)

 

Blog

JavaScript

Input code
heyhey<p>Inside a P tag</p> and an image: <img SRC="#" ALT="An image with A TEXT" BORDER="0">, and also one without quotes: <div class=myClass>With class</div> and with one with single quotes: <span title='A Small sPAn'>A SPan</span>. This is finished with a H1 tag, here: <h1>Heading of the page</h1>, followed by an unclosed BR tag.<BR>
Output code
heyhey<p>Inside a P tag</p> and an image: <img src="#" alt="An image with A TEXT" border="0" />, and also one without quotes: <div class="myClass">With class</div> and with one with single quotes: <span title="A Small sPAn">A SPan</span>. This is finished with a H1 tag, here: <h1>Heading of the page</h1>, followed by an unclosed BR tag.<br />
Click here to run the script.