Updated SubWeb
h3rald h3rald@h3rald.com
Fri, 21 Aug 2026 16:35:56 +0000
1 files changed,
9 insertions(+),
6 deletions(-)
jump to
M
contents/subweb/subhtml.md
→
contents/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