From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/hi-in/web/html/reference/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/hi-in/web/html/reference/index.html (limited to 'files/hi-in/web/html/reference') diff --git a/files/hi-in/web/html/reference/index.html b/files/hi-in/web/html/reference/index.html new file mode 100644 index 0000000000..dacb09663d --- /dev/null +++ b/files/hi-in/web/html/reference/index.html @@ -0,0 +1,27 @@ +--- +title: HTML reference +slug: Web/HTML/Reference +tags: + - Attribute +translation_of: Web/HTML/Reference +--- +
{{HTMLSidebar}}
+ +

This HTML reference describes all elements and attributes of HTML, including global attributes that apply to all elements.

+ +
+
HTML element reference
+
This page lists all the HTML elements, which are created using tags.
+
HTML attribute reference
+
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.
+
Global attributes
+
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.
+
Link types
+
In HTML, the following link types indicate the relationship between two documents, in which one links to the other using an {{HTMLElement("a")}}, {{HTMLElement("area")}}, or {{HTMLElement("link")}} element.
+
Content Categories
+
Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics.
+
Date and time formats used in HTML
+
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 {{HTMLElement("input")}} element as well as the {{HTMLElement("ins")}} and {{HTMLElement("del")}} elements.
+
+ +

View all pages tagged "HTML"...

-- cgit v1.2.3-54-g00ecf