HTML Table

Updated: 06 April 2024

<table>
  <tr>
    <th></th>
    <th></th>
    <th></th>
  </tr>
  <tr>
    <td></td>
    <td></td>
    <td></td>
  </tr>
  <tr>
    <td></td>
    <td></td>
    <td></td>
  </tr>
</table>

Hightlight JS

Updated: 04 October 2023

Syntax highlighting for the Web https://highlightjs.org/

<!-- Bash -->
<pre><code class="language-bash hljs">...</code></pre>

<!-- C# -->
<pre><code class="language-csharp hljs">...</code></pre>

<!-- html or xml -->
<pre><code class="language-xml hljs">...</code></pre>

<!-- Json -->
<pre><code class="language-json hljs">...</code></pre>

<!-- PHP -->
<pre><code class="language-php hljs">...</code></pre>

<!-- Vim Script -->
<pre><code class="language-vim hljs">...</code></pre>

<!-- Java -->
<pre><code class="language-java hljs">...</code></pre>

<!-- SQL -->
<pre><code class="language-sql hljs">...</code></pre>

<!-- Visual Basic -->
<pre><code class="language-vb hljs">...</code></pre>

All demos: https://highlightjs.org/static/demo/