HTML5 extended release

The web that was promised to us:
no data-harvesting hunting grounds
 

The tags

All HTML5-tags in one table for quick reference.

HTML is highly underrated, so often there are simple ways to achieve something with HTML in a few lines of code.

But nowadays lots of webdevs somehow want to use complex ๐Ÿคฎ JaVaScRiPt ๐Ÿคช to do the same.

Take my HTML5 - CSS colorpicker: pixelperfect, works offline too. There's just no better one anywhere on the internet. Question: How can that be?
Answer: Well, easy:
<input type="color"> that's all you need.
To the point:

Below you'll find all available HTML5-standard-tags with some examples of custom-tags at the bottom. If you want to see all custom-tags that are being used by HTDML at this moment: see the custom-tag table.

Not an advertisement, but looks like it

Don't miss this:

Mojeek, privacy-free search.
No tracking and honest results.
Beats all the others.

Mojeek community

Search with Mojeek.com, the only true privacy-free search engine

 



(Not an advertisement)  Genealogie (NL) Portugal life Colorpicker Websafe fonts

Mistral, highly knowledgable AI-assistant.
All languages available.

Beats searching

Try Mistral Chat AI, you can speak whatever language you want
 

The tag-table

TagnameCategoryTypeInformation
<document>DocumentStandardN/A
<html>MetadataStandardSee dev-tools
<head>MetadataStandardSee dev-tools
<title>MetadataStandardSee dev-tools
<base>MetadataStandardSee dev-tools
<link>MetadataStandardSee dev-tools
<meta>MetadataStandardSee dev-tools
<style>MetadataStandardSee dev-tools
<body>SectionsStandardSee dev-tools
<article>SectionsStandardSee dev-tools
<section>SectionsStandardSee dev-tools
<nav>SectionsStandardSee dev-tools
<aside>SectionsStandardSee dev-tools
<h1>SectionsStandardSee dev-tools
<h2>SectionsStandardSee dev-tools
<h3>SectionsStandardSee dev-tools
<h4>SectionsStandardSee dev-tools
<h5>SectionsStandardSee dev-tools
<h6>SectionsStandardSee dev-tools
<hgroup>SectionsStandardSee dev-tools
<header>SectionsStandardSee dev-tools
<footer>SectionsStandardSee dev-tools
<address>SectionsStandardSee dev-tools
<p>GroupingStandardSee dev-tools
<hr>GroupingStandardSee dev-tools
<pre>GroupingStandardSee dev-tools
<blockquote>GroupingStandardSee dev-tools
<ol>GroupingStandardSee dev-tools
<ul>GroupingStandardSee dev-tools
<menu>GroupingStandardSee dev-tools
<li>GroupingStandardSee dev-tools
<dl>GroupingStandardSee dev-tools
<dt>GroupingStandardSee dev-tools
<dd>GroupingStandardSee dev-tools
<figure>GroupingStandardSee dev-tools
<figcaption>GroupingStandardSee dev-tools
<main>GroupingStandardSee dev-tools
<search>GroupingStandardSee dev-tools
<div>GroupingStandardNot HTDML
<a>Text-level semanticsStandardSee dev-tools
<em>Text-level semanticsStandardSee dev-tools
<strong>Text-level semanticsStandardSee dev-tools
<small>Text-level semanticsStandardSee dev-tools
<s>Text-level semanticsStandardSee dev-tools
<cite>Text-level semanticsStandardSee dev-tools
<q>Text-level semanticsStandardSee dev-tools
<dfn>Text-level semanticsStandardSee dev-tools
<abbr>Text-level semanticsStandardSee dev-tools
<ruby>Text-level semanticsStandardSee dev-tools
<rt>Text-level semanticsStandardSee dev-tools
<rp>Text-level semanticsStandardSee dev-tools
<data>Text-level semanticsStandardSee dev-tools
<time>Text-level semanticsStandardSee dev-tools
<code>Text-level semanticsStandardSee dev-tools
<var>Text-level semanticsStandardSee dev-tools
<samp>Text-level semanticsStandardSee dev-tools
<kbd>Text-level semanticsStandardSee dev-tools
<sub>Text-level semanticsStandardSee dev-tools
<sup>Text-level semanticsStandardSee dev-tools
<i>Text-level semanticsStandardSee dev-tools
<b>Text-level semanticsStandardSee dev-tools
<u>Text-level semanticsStandardSee dev-tools
<mark>Text-level semanticsStandardSee dev-tools
<bdi>Text-level semanticsStandardSee dev-tools
<bdo>Text-level semanticsStandardSee dev-tools
<span>Text-level semanticsStandardNot HTDML
<br>Text-level semanticsStandardSee dev-tools
<wbr>Text-level semanticsStandardSee dev-tools
<ins>EditsStandardSee dev-tools
<del>EditsStandardSee dev-tools
<picture>EmbeddedStandardSee dev-tools
<source>EmbeddedStandardSee dev-tools
<img>EmbeddedStandardSee dev-tools
<iframe>EmbeddedStandardSee dev-tools
<embed>EmbeddedStandardSee dev-tools
<object>EmbeddedStandardSee dev-tools
<video>EmbeddedStandardSee dev-tools
<audio>EmbeddedStandardSee dev-tools
<track>EmbeddedStandardSee dev-tools
<map>EmbeddedStandardSee dev-tools
<area>EmbeddedStandardSee dev-tools
<table>TabularStandardSee dev-tools
<caption>TabularStandardSee dev-tools
<colgroup>TabularStandardSee dev-tools
<col>TabularStandardSee dev-tools
<tbody>TabularStandardSee dev-tools
<thead>TabularStandardSee dev-tools
<tfoot>TabularStandardSee dev-tools
<tr>TabularStandardSee dev-tools
<td>TabularStandardSee dev-tools
<th>TabularStandardSee dev-tools
<form>FormsStandardSee dev-tools
<label>FormsStandardSee dev-tools
<input>FormsStandardSee dev-tools
<button>FormsStandardSee dev-tools
<select>FormsStandardSee dev-tools
<datalist>FormsStandardSee dev-tools
<optgroup>FormsStandardSee dev-tools
<option>FormsStandardSee dev-tools
<textarea>FormsStandardSee dev-tools
<output>FormsStandardSee dev-tools
<progress>FormsStandardSee dev-tools
<meter>FormsStandardSee dev-tools
<fieldset>FormsStandardSee dev-tools
<legend>FormsStandardSee dev-tools
<details>InteractiveStandardSee dev-tools
<summary>InteractiveStandardSee dev-tools
<dialog>InteractiveStandardSee dev-tools
<script>Scripting / No SupportStandardNot HTDML
<noscript>Scripting / No SupportStandardNot HTDML
<template>Scripting / No SupportStandardNot HTDML
<slot>Scripting / No SupportStandardNot HTDML
<canvas>Scripting / No SupportStandardNot HTDML
<marquee>Deprecated / No SupportStandardNot HTDML
<blink>Deprecated / No SupportStandardNot HTDML
<classes>AttributesCSSWhatever you want
<custom-tag3>Free choice (example)CustomWhatever you want
<ha-ha-ha-๐Ÿ˜‚-๐Ÿ˜‚-๐Ÿ˜‚>Free choice (example)CustomWhatever you want
<all-other-tags>Free choice (example)CustomWhatever you want
 
 

Social & Donate

Find me on Bluesky Find me on Wordpress Find me on Reddit Find me on Quora Donate to me conveniently and safely using paypal.me
 

Embrace HTML5

Cut down on that ๐Ÿคฎ JaVaScRiPt ๐Ÿคช
Question: Why?
Answer: Because it's unsafe by design and moreover: it's being executed on the visitors' machine and by using it wrongly (which happens all over the internet with inline-scripts = XSS-vulnerability) you just put your visitors at risk and you just can't do that.
Come on fellow webdevs: everybody's so full of "best practises", "user-experience", "security", "accessibility", "inclusiveness" and whatever cover-up terms will be introduced in the future, but let's just be real here, what user-experience does the web really give these days?
Go to whatever website and this is your users'-experience:
CDN: verifying if you are human (3 seconds wait) Page starts loading: (another 2 seconds wait) Consent-script: click to allow or disallow cookies (more seconds lost) Advertisement: page blurred, a pop-up pushing crap in your face, looking for the close-button, click it (3-4 seconds?) If you're lucky: no more advertisements If you're extremely lucky (very rare): the answer to your question, else: plain bull-shit, not what you were looking for (10 seconds) If you want to leave: pop-up shouting: "Before you go:" (3 seconds) Really? 20 to 25 seconds of your visitors' life consumed for absolutely nothing, which they will never get back (but at least you harvested as much of their data as you can grab). Stop thisโ— Build your own website for free here
 
Our society is run by a managerial bureaucracy,
by professional politicians;

people are motivated by mass suggestion,

their aim is producing more and consuming more,
as purposes in themselves.

Erich Fromm, The Art of Loving

Not an advertisement, but looks like it

(Not an advertisement)  Test your website HTDML-coding Troje (NL) Kahlil Gibran
 
 

And now for something completely different:

Room for some pony
Your pony goes here

Already: 11 visitors  
Room for some pony
Your pony goes here