all repos — h3rald @ 60c3667cfdf873f1d60f4049aa82841c484ddc81

The source code of the h3rald.com web site.

Updated SubWeb
h3rald h3rald@h3rald.com
Fri, 21 Aug 2026 16:35:56 +0000
commit

60c3667cfdf873f1d60f4049aa82841c484ddc81

parent

2987f50bc84fb84d3e2ada7419e691ae9be84ce4

1 files changed, 9 insertions(+), 6 deletions(-)

jump to
M contents/subweb/subhtml.mdcontents/subweb/subhtml.md

@@ -69,12 +69,13 @@ Defines the title of the document, to be displayed in the browser title bar or the tab displaying the page; it can only contain text.

{#element||title#} -#### meta - #### link + +{#element||link#} #### body +{#element||body#} ### Block Elements

@@ -87,6 +88,8 @@

#### h1, h2, h3, h4, h5, h6 #### hr + +#### img #### p

@@ -103,9 +106,13 @@ ### Inline Elements

#### a +#### b + #### code #### em + +#### i #### span

@@ -131,15 +138,11 @@ ### Forms

#### button -#### fieldset - #### form #### input #### label - -#### optgroup #### option