`: The Unordered List element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol)
+- [HTML Standard: The `ol` element](https://html.spec.whatwg.org/multipage/grouping-content.html#the-ol-element)
+- [Reversing an ordered list in HTML](https://www.tempertemper.net/blog/reversing-an-ordered-list-in-html)
+
+## Email client compatibility
+
+
\ No newline at end of file
diff --git a/src/content/sanitizer/features/html/elements/p.md b/src/content/sanitizer/features/html/elements/p.md
new file mode 100644
index 0000000..068e9aa
--- /dev/null
+++ b/src/content/sanitizer/features/html/elements/p.md
@@ -0,0 +1,26 @@
+---
+title: ": The Paragraph element"
+description:
+layout: "@layouts/MainLayout"
+sidebarType: sanitizer
+---
+
+The `
` HTML element represents a paragraph. It is one of the most common semantic HTML elements.
+
+## Recommendation
+
+It is highly recommended for an email client to support the `
` element.
+
+## Impacts
+
+### Accessibility
+Assistive technology including screen-readers understand what the `
` is meant to represent which allows them to provide their users with a way to perform common reading tasks such as skipping a paragraph and navigating to the next/previous paragraph.
+
+## Resources
+
+- [MDN: `
`: The Paragraph element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p)
+- [HTML Standard: The `p` element](https://html.spec.whatwg.org/multipage/grouping-content.html#the-p-element)
+
+## Email client compatibility
+
+
\ No newline at end of file
diff --git a/src/content/sanitizer/features/html/elements/pre.md b/src/content/sanitizer/features/html/elements/pre.md
new file mode 100644
index 0000000..bf7088c
--- /dev/null
+++ b/src/content/sanitizer/features/html/elements/pre.md
@@ -0,0 +1,7 @@
+---
+title: "
"
+description:
+layout: "@layouts/MainLayout"
+sidebarType: sanitizer
+---
+
diff --git a/src/content/sanitizer/features/html/elements/section.md b/src/content/sanitizer/features/html/elements/section.md
new file mode 100644
index 0000000..3cbfc01
--- /dev/null
+++ b/src/content/sanitizer/features/html/elements/section.md
@@ -0,0 +1,7 @@
+---
+title: ""
+description:
+layout: "@layouts/MainLayout"
+sidebarType: sanitizer
+---
+
diff --git a/src/content/sanitizer/features/html/elements/span.md b/src/content/sanitizer/features/html/elements/span.md
new file mode 100644
index 0000000..e746df8
--- /dev/null
+++ b/src/content/sanitizer/features/html/elements/span.md
@@ -0,0 +1,34 @@
+---
+title: ""
+description:
+layout: "@layouts/MainLayout"
+sidebarType: sanitizer
+---
+
+The `` element is a generic container with no special meaning.
+
+## Recommendation
+
+It is highly recommended for an email client to support the `` element.
+
+
+## Impacts
+
+### Progressive enhancement
+
+In the context of email in which some HTML elements are expected not to be supported by some email clients, supporting `` may allow the developer to code the email with progressive enhancement in mind and implement an alternative more basic experience.
+
+### Accessibility
+
+While it does not have any semantic meaning on its own and is mainly used for styling, adding the `role` tag attribute can change the semantic meaning of a ``. Supporting `` allows the developer to group elements that semantically need to belong to the same parent or wrap some content that needs to belong to an element with a specific role.
+
+
+## Resources
+
+- [MDN: ``: The Content Span element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span)
+- [HTML Standard: The `span` element](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-span-element)
+
+
+## Email client compatibility
+
+
\ No newline at end of file
diff --git a/src/content/sanitizer/features/html/elements/strong.md b/src/content/sanitizer/features/html/elements/strong.md
new file mode 100644
index 0000000..b744057
--- /dev/null
+++ b/src/content/sanitizer/features/html/elements/strong.md
@@ -0,0 +1,21 @@
+---
+title: ": The Strong Importance element"
+description:
+layout: "@layouts/MainLayout"
+sidebarType: sanitizer
+---
+
+The `` HTML element is a semantic element whose content is considered of strong importance.
+
+## Recommendation
+
+It is highly recommended for an email client to support the `` element given the semantic meaning it gives its contents.
+
+## Resources
+
+- [MDN: ``: The Strong Importance element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong)
+- [HTML Standard: The `strong` element](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-strong-element)
+
+## Email client compatibility
+
+
\ No newline at end of file
diff --git a/src/content/sanitizer/features/html/elements/style.md b/src/content/sanitizer/features/html/elements/style.md
new file mode 100644
index 0000000..cdf43cc
--- /dev/null
+++ b/src/content/sanitizer/features/html/elements/style.md
@@ -0,0 +1,7 @@
+---
+title: "