zWZ3ZJ90R4zzhbql6NUZDSuEAK5vmsQ96TEJw5QR
Bookmark

documentation

 Strike Through:


Medical Jani



Write Just s in opening and closing tag  MedicalJani 

Highlight:

Mark Highlight
Code Highlight
kbd Highlight


 Tags Names are Here 
mark, code and kbd

Multi Tab Syntax:

  • HTML
  • CSS
  • JS
<html>
  <head>
    <title>Igniel</title>
  </head>
  <body>
    ....
    ....
  </body>
</html>
.post-body pre {
  background-color: #333;
  border-left: 5px solid #009688;
  padding: 0;
  margin: .5em auto;
}
!function() {
  // Estimated Reading Time by igniel.com
  const post = document.querySelector('.post-body')[0],
    tx = post.innerText,
    wpm = 225,
    wd = tx.trim().split(/\s+/).length,
    tm = Math.ceil(wd / wpm);
  if (document.querySelector('.read-time')) {
    document.querySelector('.read-time i').innerText = tm;
  }
}();

Here is Code:
<div class="tabs syntax">
  <ul>
    <li>HTML</li>
    <li>CSS</li>
    <li class="current">JS</li>
  </ul>
  <div class="content">
    <pre class="html"><code>&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Igniel&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
    ....
    ....
  &lt;/body&gt;
&lt;/html&gt;</code><i class="copy"></i></pre>
  </div>
  <div class="content">
    <pre class="css"><code>.post-body pre {
  background-color: #333;
  border-left: 5px solid #009688;
  padding: 0;
  margin: .5em auto;
}</code><i class="copy"></i></pre>
  </div>
  <div class="content visible">
<pre class="js"><code>!function() {
  // Estimated Reading Time by igniel.com
  const post = document.querySelector('.post-body')[0],
    tx = post.innerText,
    wpm = 225,
    wd = tx.trim().split(/\s+/).length,
    tm = Math.ceil(wd / wpm);
  if (document.querySelector('.read-time')) {
    document.querySelector('.read-time i').innerText = tm;
  }
}();</code><i class="copy"></i></pre><pre class="js"><code><br /></code></pre><pre class="js"><code>Here is Code:</code></pre><pre class="js"><code>&lt;!-- Multi Tab Syntex Code is Under --&gt;
</code></pre><div><code><br /></code></div> 
  </div>
</div>

Multi Tab Syntax:

Post a Comment