diff --git a/notes/Tag types.md b/notes/Tag types.md deleted file mode 100644 index 0937b38..0000000 --- a/notes/Tag types.md +++ /dev/null @@ -1,41 +0,0 @@ -# Tag types - -|Type|Expected content| -|---|---| -|Formatting tags|Text nodes.| -|Content tags|Formatting tags, text nodes.| -|Layout tags|Layout tags, content tags.| -|Content-first tags|Content of content tags or layout tags (but not both).| - -## Formatting tags - -```html - moat -``` - -## Content tags - -```html -

Some content

-``` - -## Content-first tags - -```html -
  • Anthony
  • -``` - -```html -
  • -
    -
    -
  • -``` - -## Layout tags - -```html -
    -
    -
    -```