Strike Through:
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><html>
<head>
<title>Igniel</title>
</head>
<body>
....
....
</body>
</html></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><!-- Multi Tab Syntex Code is Under -->
</code></pre><div><code><br /></code></div>
</div>
</div>
Post a Comment