8
0

htmlembed.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <div id="editor">
  2. <!-- <div class="raw-html-embed">-->
  3. <!-- <video width="320" height="240" controls>-->
  4. <!-- <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">-->
  5. <!-- <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">-->
  6. <!-- Your browser does not support the video tag.-->
  7. <!-- </video>-->
  8. <!-- </div>-->
  9. <!-- <div class="raw-html-embed">-->
  10. <!-- <audio controls>-->
  11. <!-- <source src="http://techslides.com/demos/samples/sample.ogg" type="audio/ogg">-->
  12. <!-- <source src="http://techslides.com/demos/samples/sample.mp3" type="audio/mpeg">-->
  13. <!-- Your browser does not support the audio tag.-->
  14. <!-- </audio>-->
  15. <!-- </div>-->
  16. <!-- <div class="raw-html-embed">-->
  17. <!-- <picture>-->
  18. <!-- <source media="(min-width: 650px)" srcset="http://techslides.com/demos/samples/sample.jpg">-->
  19. <!-- <source media="(min-width: 465px)" srcset="http://techslides.com/demos/samples/sample.png">-->
  20. <!-- <img src="http://techslides.com/demos/samples/sample.gif">-->
  21. <!-- </picture>-->
  22. <!-- </div>-->
  23. <!-- <div class="raw-html-embed">-->
  24. <!-- <form action="/my-handling-form-page" method="post">-->
  25. <!-- <ul>-->
  26. <!-- <li>-->
  27. <!-- <label for="name">Name:</label>-->
  28. <!-- <input type="text" id="name" name="user_name">-->
  29. <!-- </li>-->
  30. <!-- <li>-->
  31. <!-- <label for="mail">E-mail:</label>-->
  32. <!-- <input type="email" id="mail" name="user_email">-->
  33. <!-- </li>-->
  34. <!-- <li>-->
  35. <!-- <label for="msg">Message:</label>-->
  36. <!-- <textarea id="msg" name="user_message"></textarea>-->
  37. <!-- </li>-->
  38. <!-- </ul>-->
  39. <!-- </form>-->
  40. <!-- </div>-->
  41. <!-- <div class="raw-html-embed">-->
  42. <!-- <iframe src="http://techslides.com/demos/samples/sample.txt"></iframe>-->
  43. <!-- </div>-->
  44. <div class="raw-html-embed">
  45. <h2>Ingredients</h2>
  46. <p>Ingredients required for making a coffee:</p>
  47. <ul style="list-style-type:circle;">
  48. <li>15g ground coffee</li>
  49. <li>water</li>
  50. <li>milk <i>(optional)</i></li>
  51. </ul>
  52. <h2>Instructions</h2>
  53. <p>How to prepare a cup of coffee:</p>
  54. <ol style="list-style-type:decimal-leading-zero;">
  55. <li>Gather the ingredients.</li>
  56. <li>Put 15g of ground coffee in the cup.</li>
  57. <li>Boil 200ml of water.</li>
  58. <li>Pour the water into the cup.</li>
  59. <li>Optional: Add milk.</li>
  60. </ol>
  61. </div>
  62. </div>