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/

HTML

Updated: 14 June 2024

HTML starter template

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

Description list

<dl>
    <dt></dt>
    <dd></dd>
    <dt></dt>
    <dd></dd>
</dl>

Validator tool

Entities

https://developer.mozilla.org/en-US/docs/Glossary/Entity
https://www.w3.org/wiki/Common_HTML_entities_used_for_typography