-
Notifications
You must be signed in to change notification settings - Fork 23.2k
Expand file tree
/
Copy pathindex.md
More file actions
22 lines (20 loc) · 1.63 KB
/
index.md
File metadata and controls
22 lines (20 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: HTML reference
short-title: Reference
slug: Web/HTML/Reference
page-type: landing-page
sidebar: htmlsidebar
---
This [HTML](/en-US/docs/Web/HTML) reference describes all **elements** and **attributes** of HTML, including **global attributes** that apply to all elements.
- [HTML element reference](/en-US/docs/Web/HTML/Reference/Elements)
- : This page lists all the HTML elements, which are created using tags.
- [HTML attribute reference](/en-US/docs/Web/HTML/Reference/Attributes)
- : 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](/en-US/docs/Web/HTML/Reference/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.
- [Content categories](/en-US/docs/Web/HTML/Guides/Content_categories)
- : Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics.
- [HTML comments](/en-US/docs/Web/HTML/Guides/Comments)
- : HTML comments are used to add explanatory notes to the markup or to prevent the browser from interpreting specific parts of the document.
- [Date and time formats used in HTML](/en-US/docs/Web/HTML/Guides/Date_and_time_formats)
- : 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.

