| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <p>
- <b>Mode of HTML previews</b>:
- <input type="radio" id="mode-enabled" name="mode" value="enabled" checked><label for="mode-enabled">Enabled</label>
- <input type="radio" id="mode-disabled" name="mode" value="disabled"><label for="mode-disabled">Disabled</label>
- </p>
- <div id="editor">
- <!-- <div class="raw-html-embed">-->
- <!-- <video width="320" height="240" controls>-->
- <!-- <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">-->
- <!-- <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">-->
- <!-- Your browser does not support the video tag.-->
- <!-- </video>-->
- <!-- </div>-->
- <!-- <div class="raw-html-embed">-->
- <!-- <audio controls>-->
- <!-- <source src="http://techslides.com/demos/samples/sample.ogg" type="audio/ogg">-->
- <!-- <source src="http://techslides.com/demos/samples/sample.mp3" type="audio/mpeg">-->
- <!-- Your browser does not support the audio tag.-->
- <!-- </audio>-->
- <!-- </div>-->
- <!-- <div class="raw-html-embed">-->
- <!-- <picture>-->
- <!-- <source media="(min-width: 650px)" srcset="http://techslides.com/demos/samples/sample.jpg">-->
- <!-- <source media="(min-width: 465px)" srcset="http://techslides.com/demos/samples/sample.png">-->
- <!-- <img src="http://techslides.com/demos/samples/sample.gif">-->
- <!-- </picture>-->
- <!-- </div>-->
- <!-- <div class="raw-html-embed">-->
- <!-- <form action="/my-handling-form-page" method="post">-->
- <!-- <ul>-->
- <!-- <li>-->
- <!-- <label for="name">Name:</label>-->
- <!-- <input type="text" id="name" name="user_name">-->
- <!-- </li>-->
- <!-- <li>-->
- <!-- <label for="mail">E-mail:</label>-->
- <!-- <input type="email" id="mail" name="user_email">-->
- <!-- </li>-->
- <!-- <li>-->
- <!-- <label for="msg">Message:</label>-->
- <!-- <textarea id="msg" name="user_message"></textarea>-->
- <!-- </li>-->
- <!-- </ul>-->
- <!-- </form>-->
- <!-- </div>-->
- <!-- <div class="raw-html-embed">-->
- <!-- <iframe src="http://techslides.com/demos/samples/sample.txt"></iframe>-->
- <!-- </div>-->
- <div class="raw-html-embed">
- <h2>Ingredients</h2>
- <p>Ingredients required for making a coffee:</p>
- <ul style="list-style-type:circle;">
- <li>15g ground coffee</li>
- <li>water</li>
- <li>milk <i>(optional)</i></li>
- </ul>
- <h2>Instructions</h2>
- <p>How to prepare a cup of coffee:</p>
- <ol style="list-style-type:decimal-leading-zero;">
- <li>Gather the ingredients.</li>
- <li>Put 15g of ground coffee in the cup.</li>
- <li>Boil 200ml of water.</li>
- <li>Pour the water into the cup.</li>
- <li>Optional: Add milk.</li>
- </ol>
- </div>
- </div>
|