Hypercontent Distribution Language: Difference between revisions
From Amaranth Legacy, available at amaranth-legacy.community
More actions
Content deleted Content added
Created page with "{{DSTheme}} {{DSLogo}} {{DSTimeline24to26}} {{DSNotice}} Category:Technology" Tag: 2017 source edit |
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 3: | Line 3: | ||
{{DSTimeline24to26}} |
{{DSTimeline24to26}} |
||
{{DSNotice}} |
{{DSNotice}} |
||
'''HCDL''' (MIME type: {{inline-code|text/hcmp}}), also known as the '''Hypercontent Distribution Language''', is the standard binary language used in Web communications to end users. It is primarily used in conjuction with [[wikipedia:CSS|CSS]] (for presentation) and [[NeueScript]] (for scripting). |
|||
==Language== |
|||
===Example=== |
|||
<pre> |
|||
HCDL |
|||
meta> |
|||
title>Example Title; |
|||
< |
|||
header> |
|||
header-l1>Title; |
|||
< |
|||
content> |
|||
parag>HLLO |
|||
EXTRA TEXT; |
|||
list>attr>unordered:.red:.extra-class; |
|||
list-entry>whatever bold>text;; |
|||
< |
|||
< |
|||
</pre> |
|||
[[Category:Technology]] |
[[Category:Technology]] |
||
Revision as of 09:13, April 13, 2025
TIMELINE
This article takes place in the 24 & 26 centuries of Distant Worlds.
Note to Community 📝
This hatnote indicates this page is free to be contributed by the community in any way without any restrictions from scope author.HCDL (MIME type: text/hcmp), also known as the Hypercontent Distribution Language, is the standard binary language used in Web communications to end users. It is primarily used in conjuction with CSS (for presentation) and NeueScript (for scripting).
Language
Example
HCDL
meta>
title>Example Title;
<
header>
header-l1>Title;
<
content>
parag>HLLO
EXTRA TEXT;
list>attr>unordered:.red:.extra-class;
list-entry>whatever bold>text;;
<
<