summaryrefslogtreecommitdiff
path: root/devdocs/html/reference.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/html/reference.html')
-rw-r--r--devdocs/html/reference.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/devdocs/html/reference.html b/devdocs/html/reference.html
new file mode 100644
index 00000000..c2c5cf09
--- /dev/null
+++ b/devdocs/html/reference.html
@@ -0,0 +1,8 @@
+<header><h1>HTML reference</h1></header><div class="section-content">
+<p>This <a href="index">HTML</a> reference describes all <strong>elements</strong> and <strong>attributes</strong> of HTML, including <strong>global attributes</strong> that apply to all elements.</p> <dl> <dt id="sect1"><a href="element">HTML element reference</a></dt> <dd> <p>This page lists all the HTML elements, which are created using tags.</p> </dd> <dt id="sect2"><a href="attributes">HTML attribute reference</a></dt> <dd> <p>Elements in HTML have attributes; these are additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.</p> </dd> <dt id="sect3"><a href="global_attributes">Global attributes</a></dt> <dd> <p>Global attributes are attributes common to all HTML elements; they can be used on all elements, though they may have no effect on some elements.</p> </dd> <dt id="sect4"><a href="content_categories">Content categories</a></dt> <dd> <p>Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics.</p> </dd> <dt id="sect5"><a href="date_and_time_formats">Date and time formats used in HTML</a></dt> <dd> <p>Certain HTML elements allow you to specify dates and/or times as the value or as the value of an attribute. These include the date and time variations of the <a href="element/input"><code>&lt;input&gt;</code></a> element as well as the <a href="element/ins"><code>&lt;ins&gt;</code></a> and <a href="element/del"><code>&lt;del&gt;</code></a> elements.</p> </dd> </dl>
+</div><div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2005&ndash;2023 MDN contributors.<br>Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.<br>
+ <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference" class="_attribution-link">https://developer.mozilla.org/en-US/docs/Web/HTML/Reference</a>
+ </p>
+</div>