Knowledge

HTML element

Source 📝

1197: 6984:, and people using the element for bibliographic citations were (and still are) routinely wrapping each entire citation in this element. Another problem with the element is that WHATWG recommends that it be italicized by default (thus almost all browsers do so), because it (in their view) is only for publication titles. By convention, however, only certain kinds of titles actually take italics, while others are expected to be put in quotation marks, and standards may actually vary by publishing context and language. Consequently, many website authors and admins use a site-wide stylesheet to undo this element's auto-italics. 721: 1192:{\displaystyle \overbrace {\overbrace {{\mathtt {\color {BrickRed}<\!p\ }}\color {Magenta}\underbrace {\mathtt {class}} _{\mathsf {\color {Black}{Attribute \atop name}}}{\mathtt {=''}}\!\underbrace {\mathtt {paragraph}} _{\mathsf {\color {White}{Attr} \atop \color {Black}Attribute\ value}}''{\mathtt {\color {BrickRed}>}}} ^{\mathsf {Start\ tag}}\overbrace {\mathtt {\color {Green}This\ is\ a\ paragraph.}} ^{\mathsf {Content}}\overbrace {\mathtt {\color {BrickRed}<\!/p\!>}} ^{\mathsf {End \atop tag}}} ^{\mathsf {Element}}} 6980:
abbreviated form as per the conventions used for the addition of citation metadata." But the WHATWG spec only permits the element to be used around the title of a work. The W3C specs began with the broader definition, then switched to the very narrow one after WHATWG made this change. However, W3C reverted their own change in 2012, in response to negative developer-community feedback; the element was in broadly-deployed use with the broader scope, e.g., various blog and forum platforms wrap commenters' IDs and e-mail addresses in
379: 7621: 1308:, it is required to open and close all elements, including void elements. This can be done by placing an end tag immediately after the start tag, but this is not legal in HTML 5 and will lead to two elements being created. An alternative way to specify that it is a void element, which is compatible with both XHTML and HTML 5, is to put a 10928:
elements are still sometimes surrounded by comment delimiters, and CSS- and script-capable browsers are written to specifically ignore that comment markup as not actually a comment. This means that attempts to actually comment out CSS and script markup by change the elements inside the comment to not
10897:
However, not all browsers and HTML editors are fully compliant with the HTML syntax framework and may do unpredictable things under some syntax conditions. Defective handling of comments only affects about 5% of all browsers and HTML editors in use, and even then only certain versions are affected by
8180:
These elements can be combined into a form or in some instances used separately as user-interface controls; in the document, they can be simple HTML or used in conjunction with Scripts. HTML markup specifies the elements that make up a form, and the method by which it will be submitted. However, some
3081:
of an element is the space around the content but which still forms part of the element. Padding should not be used to create white space between two elements. Any background style assigned to the element, such as a background image or color, will be visible within the padding. Increasing the size of
2041:
Separation of concerns allows the document to be presented by different user agents according to their purposes and abilities. For example, a user agent can select an appropriate style sheet to present a document by displaying on a monitor, printing on paper, or to determine speech characteristics in
9841:
can be the "target" frame for links defined by other elements, and it can be selected by the user agent as the focus for printing, viewing its source, and so on. The content of the element is used as alternative text to be displayed if the browser does not support inline frames. A separate document
7104:
elements may also be used as block elements: containing other block and inline elements. However, these elements must still remain wholly within their parent element to maintain a well-formed HTML document. For example, deleting text from the middle of one paragraph across several other paragraphs
1677:
to use when presenting the HTML document to the user. In the HTML syntax attributes do not have to be quoted if they are composed only of certain characters: letters, digits, the hyphen-minus and the period. When using the XML syntax (XHTML), on the other hand, all attributes must be quoted, and a
612:
was developed as a simpler alternative. Although both can use the DTD to specify the supported elements and their permitted combinations as document structure, XML parsing is simpler. The relation from tags to elements is always that of parsing the actual tags included in the document, without the
8718:
inputs are not visible in the rendered page, but allow a designer to maintain a copy of data that needs to be submitted to the server as part of the form. This may, for example, be data that this web user entered or selected on a previous form that needs to be processed in conjunction with the
6979:
HTML 5 spec uses a refinement of this idea, reflecting how the element has historically been used, but now requiring that it contain (but not be limited to) at least one of "the title of the work or the name of the author (person, people or organization) or an URL reference, or a reference in
9617:
Frames allow a visual HTML browser window to be split into segments, each of which can show a different document. This can lower bandwidth use, as repeating parts of a layout can be used in one frame, while variable content is displayed in another. This may come at a certain usability cost,
486:, specifically an HTML DTD (e.g. HTML 4.01). The DTD specifies which element types are possible (i.e. it defines the set of element types) and also the valid combinations in which they may appear in a document. It is part of general SGML behavior that, where only one valid structure is 3104:, margins on the left and right of different elements will push each other away. Margins on the top or bottom of an element, on the other hand, will not stack or will intermingle. This means that the white space between these elements will be as big as the larger margin between them. 9937:, and is widely implemented by both web browsers and screen readers. Some developers object that it is actually seldom used for this purpose because there are relatively few authors who use the attribute and most of those authors use it incorrectly; thus, they recommend deprecating 3988:
The default presentation of block quotations in visual browsers is usually to indent them from both margins. This has led to the element being unnecessarily used just to indent paragraphs, regardless of semantics. For quotations not containing block level elements see the quote
592:. (If one paragraph element cannot contain another, any currently open paragraph must be closed before starting another.) Because this implication is based on the combination of the DTD and the individual document, it is not usually possible to infer elements from document tags 1979:. While the frame elements are still current in the sense of being present in the Transitional and Frameset DTDs, there are no plans to preserve them in future standards, as their function has been largely replaced, and they are highly problematic for user accessibility. 669:
are groups within the HTML DTD that group elements as being either "block-level" or "inline". This is used to define their nesting behavior: block-level elements cannot be placed into an inline context. This behavior cannot be changed; it is fixed in the DTD. Block and
2072:
language can also be used to write graphics within the document, though linking to external SVG files is generally simpler.) Where an image is not purely decorative, HTML allows replacement content with similar semantic value to be provided for non-visual user agents.
5594:
As visual presentational markup only applies directly to visual browsers, its use is discouraged. Style sheets should be used instead. Several of these elements are deprecated or invalid in HTML 4 / XHTML 1.0, and the remainder are invalid in the current draft of
403:
Some people refer to elements as tags (e.g., "the P tag"). Remember that the element is one thing, and the tag (be it start or end tag) is another. For instance, the HEAD element is always present, even though both start and end HEAD tags may be missing in the
10874:
Comments can appear anywhere in a document, as the HTML parser is supposed to ignore them no matter where they appear so long as they are not inside other HTML tag structures (i.e., they cannot be used next to attributes and values; this is invalid markup:
3341:
or definition list) consists of name–value groups, and was known as a definition list prior to HTML5. Description lists are intended for groups of "terms and definitions, metadata topics and values, questions and answers, or any other groups of name–value
5871:
element denotes "a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labelling the text as being a proper name in Chinese text (a Chinese proper name mark), or labelling the text as being misspelt." The
391:
As is generally understood, the position of an element is indicated as spanning from a start tag and is terminated by an end tag. This is the case for many, but not all, elements within an HTML document. The distinction is explicitly emphasised in
3058:
Block elements, or block-level elements, have a rectangular structure. By default, these elements will span the entire width of its parent element, and will thus not allow any other element to occupy the same horizontal space as it is placed on.
1884:). The elements in each are identical, and in most cases valid XHTML 1.0 documents will be valid or nearly valid HTML 4.01 documents. This article mainly focuses on real HTML, unless noted otherwise; however, it remains applicable to XHTML. See 4760:
An anchor element is called an anchor because web designers can use it to "anchor" a URL to some text on a web page. When users view the web page in a browser, they can click the text to activate the link and visit the page whose URL is in the
2983:
We can use <title> element only one time in a web page, and when we make another page then we will use again another <title> element with new title (do not take same name for all title tag in website, It can be problem for search
9618:
especially in non-visual user agents, due to separate and independent documents (or websites) being displayed adjacent to each other and being allowed to interact with the same parent window. Because of this cost, frames (excluding the
2053:) were added to HTML, at the cost of creating problems for interoperability and user accessibility. This is now regarded as outmoded and has been superseded by style sheet-based design; most presentational elements are now deprecated. 1858:) often developed their own elements, some of which have been adopted in later standards. Other user agents may not recognize non-standard elements, and they will be ignored, possibly causing the page to be displayed improperly. 7113:
elements would be required as inline elements to indicate the deletion of text in the first and last paragraphs, and a third, used as a block element, to indicate the deletion in the intervening paragraphs.
12533:
Austin, Daniel; Peruvemba, Subramanian; McCarron, Shane; Ishikawa, Masayasu; Birbeck, Mark; Altheim, Murray; Boumphrey, Frank; Dooley, Sam; Schnitzenbaumer, Sebastian; Wugofski, Ted, eds. (2010-07-29) .
2600:
about a document, such as its author, publication date, expiration date, language, page title, page description, keywords, or other information not provided through the other header elements and
628:(DOM) elements is simplified compared to legacy HTML systems. Once the DOM of elements is obtained, behavior at higher levels of interface (example: screen rendering) is identical or nearly so. 3096:
of an element is the white space that surrounds an element. The content, padding, and border of any other element will not be allowed to enter this area unless forced to do so by some advanced
2015:
Since HTML 4, HTML has increasingly focused on the separation of content (the visible text and images) from presentation (like color, font size, and layout). This is often referred to as a
11027:
HTML 4.01 is one of a small number of well-known HTML DTDs. It is chosen here as the best illustrative example, although the same behavior applies to the other W3C-published DTDs for HTML.
9622:
element) are only allowed in HTML 4.01 Frame-set. Iframes can also hold documents on different servers. In this case the interaction between windows is blocked by the browser. Sites like
2612:. In general, a meta element conveys hidden information about the document. Several meta tags can be used, all of which should be nested in the head element. The specific purpose of each 339:(HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others). The first used version of HTML was written by 10689:
Causes text to not break at end of line, preventing word wrap where text exceeds the width of the enclosing object. Adjacent text may break before and after it. Can be done with CSS:
4133:
A block-level logical division. A generic element with no semantic meaning used to distinguish a document section, usually for purposes such as presentation or behavior controlled by
10030:
Since very few graphical browsers support making the link available natively (Opera and iCab being the exceptions), it is useful to include a link to the description page near the
7410:
is not itself either a block or inline element; by itself it should not display at all, but it can contain instructions to dynamically generate either both block or inline content.
4696:
is not itself either a block or inline element; by itself it should not display at all, but it can contain instructions to dynamically generate either both block or inline content.
6817:
An inline logical division. A generic element with no semantic meaning used to distinguish a document section, usually for purposes such as presentation or behavior controlled by
9197:. Some elements in these proposals were included in HTML 3.2; the present form of HTML Tables was standardized in HTML 4. (Many of the elements used within tables are neither 10365:
Example of blinking text (accomplished via CSS; the <blink> tag itself is deprecated and no longer works in most browsers) with link to page. Not to be confused with
6886:
Isolates an inline section of text that may be formatted in a different direction from other text outside of it, such as user-generated content with unknown directionality.
5687:. It denotes "text to which attention is being drawn for utilitarian purposes without conveying any extra importance and with no implication of an alternate voice or mood." 1431:
Element (and attribute) names may be written in any combination of upper or lower case in HTML, but must be in lower case in XHTML. The canonical form was upper-case until
3287:
be used for explicitly styling text. Rather, they describe the document's structure and organization. Some programs use them to generate outlines and tables of contents.
11775: 1960:
normative content. They are broken down into "obsolete but conforming" for which implementation instructions exist and "non-conforming" ones that should be replaced.
1258:(hard line-break) element. A void element's behavior is predefined, and it cannot contain any content or other elements. For example, an address would be written as: 457:
Omitting an element's start tag (...) does not mean the element is not present; it is implied, but it is still there. For example, an HTML document always has a root
7180:
automatically generate quotation marks in conjunction with style sheets. Practical concerns due to browser non-compliance may force authors to find workarounds. The
3463:
attribute can be used to specify the kind of marker to use in the list, but style sheets give more control. The default is Arabic numbering. In an HTML attribute:
12565:
Faulkner, Steve; Eicholz, Arron; Leithead, Travis; Danilo, Alex; Moon, Sangwhan; Doyle Navara, Erika; O'Connor, Theresa; Berjon, Robin, eds. (2017-12-14) .
2153:
element provides embedded alternative content where appropriate; however, it can only be used in the document head and in the body as a block-level element.
1214:. An end tag also has a slash after the opening angle bracket, to distinguish it from the start tag. For example, a paragraph, which is represented by the 3050:
Conversely, inline elements are treated as part of the flow of document text; they cannot have margins, width, or height set, and do break across lines.
1457:
usually have both a start tag and an end tag, although for some elements the end tag, or both tags, can be omitted. It is constructed in a similar way:
2512:. Several common relationships are defined, that may be exposed to users through the browser interface rather than directly in the web page, such as: 671: 3089:
of an element is the absolute end of an element and spans the perimeter of that element. The thickness of a border increases the size of an element.
2076:
An HTML document can also be extended through the use of scripts to provide additional behaviors beyond the abilities of HTML hyperlinks and forms.
161: 10815:
Unlike most HTML tags, comments do not nest. More generally, there are some strings that are not allowed to appear in the comment text. Those are
8188:(These elements are either block or inline elements, but are collected here as their use is more restricted than other inline or block elements.) 8044:
to set a parameter for the object, e.g. width, height, font, background color, etc., depending on the type of object. An object can have multiple
3279:
meaning any of the available heading levels. Most visual browsers show headings as large bold text by default, though this can be overridden with
1932:, which contain deprecated elements, but which were intended to provide a transitional period during which authors could update their practices; 12064:, have been devised to accommodate situations in which the coder wishes styled text to be displayed if images are disabled in a user's browser. 4902:
Continuing with this example, now that the section has been marked up as a target, it can be referred to from external sites with a link like:
421:
are used to delimit the start and end of elements in the markup. (...) The start and end tags of certain normal elements can be omitted, (...)
3063: 12150:...frames do present additional usability challenges that are unique to users with disabilities, particularly those who use screen readers. 6755: 5364:
These elements are useful primarily for documenting computer code development and user interaction through differentiation of source code (
1622:) element. The attributes included in the element will then point to the external file in question. Another example of a void element is 704:
elements and are presented as block elements by default. However, it is quite common to set these with CSS to display as an inline list.
12027: 10297:
This element enabled NeXT web designing tool to generate automatic NAME labels for its anchors and was itself automatically generated.
8756:
obsoleted by more advanced HTML forms introduced in the early to mid-1990s. Represents a set of hyperlinks composed of a base URI, an
5017:
In most graphical browsers, when the cursor hovers over a link, the cursor changes into a hand with an extended index finger and the
9164:. The content of this element is restricted to plain text, which appears in the text area as default text when the page is loaded. 5600: 1586:), which contains any HTML attributes. They may not contain any children, such as text or other elements. For compatibility with 287: 3108:
The above section refers only to the detailed implementation of CSS rendering and has no relevance to HTML elements themselves.
4791:, the anchor becomes a hyperlink to either another part of the document or another resource (e.g. a webpage) using an external 11569: 11076: 10499:
Creates an absolute positioned and framed layer. Can be done with frames and/or CSS instead. There are attributes, including
7570:, optionally with time and time zone information. Also allows times and dates to be represented in a machine-readable format. 5059:
Phrase elements are used for marking up phrases and adding structure or semantic meaning to text fragments. For example, the
12060:
The alt attribute's text cannot be styled with markup; as a result, other methods of alternative text presentation, such as
2187:
document; all other elements are contained in this. The HTML element delimits the beginning and the end of an HTML document.
2045:
Historically, user agents did not always support these features. In the 1990s, as a stop-gap, presentational elements (like
9229:
are possible in HTML Transitional, but most of these are invalid in HTML Strict and can be replaced with style sheets. The
8541:– characters are displayed as an asterisk, a dot, or another replacement. The password is still submitted to the server as 2311:
and other links in the document. Must appear before any element that refers to an external resource. HTML permits only one
2007:
to refer to both deprecated and invalid status, and to elements that are expected to be formally deprecated in the future.
6490:
with size 4. Sizes are from 1 to 7. The standard size is 3, unless otherwise specified in the <body> or other tags.
343:
in 1993 and there have since been many versions of HTML. The current de facto standard is governed by the industry group
10615:
Creates scrolling text. Can be done with scripting instead. (This effect may have negative consequences for people with
4648:
in that it is only used to contain sections of a page, which the W3C defines as a group of content with a similar theme.
2019:. HTML is used to represent the structure or content of a document, its presentation remains the sole responsibility of 1865:(a simplified form of SGML) introduced mechanisms to allow anyone to develop their own elements and incorporate them in 9587:, this section may be repeated by the user agent if the table is split across pages (in printing or other paged media). 9507:. This section may be repeated by the user agent if the table is split across pages (in printing or other paged media). 1618:(for a thematic break). Other such elements are often place-holders which reference external files, such as the image ( 8406:. If multiple radio buttons are given the same name, the user will only be able to select one of them from this group. 12675: 12378: 2699:, may be supplied to specify a semantic framework that defines the meaning of the key and its value. For example, in 514:
tag indicating its end. But since the DTD states that paragraph elements cannot be nested, an HTML document fragment
362:
and formatting to parts of a document (e.g., make text bold, organize it into paragraphs, lists and tables, or embed
11850: 10199:
does not have an end tag as it terminates the markup and causes the rest of the document to be parsed as if it were
12624:(also multi-page, with a search function and other gadgets, and minus details only of interest to browser vendors). 11513: 1578:(also sometimes called empty elements, single elements or stand-alone elements) only have a start tag (in the form 11198: 3932:
Used for content in a document which is separate from the main page content, for example, sidebars or advertising.
2695:
HTML attributes describing aspects of the HTML page. To prevent possible ambiguity, an optional third attribute,
490:(per the DTD), its explicit statement in any given document is not generally required. As a simple example, the 12269: 10801: 10619:; its use on the public Internet should follow the appropriate guidelines.) There are three options, including 7598:
Was widely used (and supported by all major browsers) for years despite being non-standard until finally being
6915:
Marks an inline section of text in which the reading direction is the opposite from that of the parent element.
6041:
element denotes information that is "no longer accurate or no longer relevant", and is not to be confused with
2754: 1206:
In the HTML syntax, most elements are written with a start tag and an end tag, with the content in between. An
318: 12647: 678:
behaviors attached to them by default, including the relevance of the box model for particular element types.
9118:
Creates a selection list, from which the user can select a single option. May be rendered as a dropdown list.
8719:
current form. Not displayed to the user but data can still be altered client-side by editing the HTML source.
8317:
A container for adding structure to forms. For example, a series of related controls can be grouped within a
6975:
was for "a citation or a reference to other sources" without any particular limitations or requirements. The
4527: 3784:
A directory listing. The original purpose of this element was never widely supported; deprecated in favor of
3579:, Hebrew, Georgian, and Armenian script. The attribute is deprecated in HTML 3.2 and 4.01, but not in HTML 5. 2369: 2042:
an audio-only user agent. The structural and semantic functions of the markup remain identical in each case.
2024: 1835:
HTML elements are defined in a series of freely available open standards issued since 1995, initially by the
1674: 292: 249: 188: 11706: 11223: 11102: 3074:
of an element is the actual text (or other media) placed between the opening and closing tags of an element.
3046:
with block margins, width, and height properties which can be set independently of the surrounding elements.
3039:. While all elements are part of the document sequence, block elements appear within their parent elements: 19:
This article is about the HTML elements in general. For information on how to format Knowledge entries, see
12183: 10255:
This element displayed the text inside the tags in a monospace font and without interpreting the HTML. The
10154:
This element displayed the text inside the tags in a monospace font and without interpreting the HTML. The
7992:-type the user agent understands, such as an embedded HTML page, a file to be handled by a plug-in such as 5783:. It denotes "a different quality of text" or "an alternate voice or mood" e.g., a thought, a ship name, a 12474:(1998), which was never widely implemented, and all earlier versions. Superseded in turn on 2018-03-27 by 3689:
the CSS method is supported in HTML5; the attribute is deprecated in HTML 3.2 and 4.01. CSS also provides
2889:. Can either act as a container for style instructions or link to external style sheets – for example, in 12079: 11832: 11173: 10650: 10349:(accomplished via CSS; the <marquee> tag itself is deprecated and no longer works in most browsers) 7997: 7185: 6968: 5771:. (Purely typographic italics have many non-emphasis purposes, as HTML 5 more explicitly recognized.) In 4296: 3983: 2790:
element, it could potentially be used to extract foreign data and associate it with the current document.
156: 11728: 11684: 11662: 11640: 5619:
document, the use of these elements is no longer discouraged, provided that it is semantically correct.
4567:, other elements can be presented in the same way.) This element can contain any inline element except: 4241:
Used for document footers. These might contain author or copyright information, or links to other pages.
2823:
attribute. Also usable in the document body to dynamically generate either both block or inline content.
7839:
Inserts a non-standard object (like applet) or external content (typically non-HTML) into the document.
5671:
element usually has the same effect in visual browsers, as well as having more semantic meaning, under
12061: 11971: 11465: 7632:. The reason given is: How do current browsers handle <applet>? What does HTML 5 say about it?. 244: 11124: 4453:
Used in navigational sections of articles (areas of webpages which contain links to other webpages).
643:". This is applied to those elements that CSS considers to be "block" elements, set through the CSS 12779: 11753: 4807: 4792: 4677:
Places a script in the document. Also usable in the head and in inline contexts. It may be used as
3101: 2069: 1996: 1922: 483: 11494:. World Wide Web Consortium. 24 December 1999. §10.3 Definition lists: the DL, DT, and DD elements 11457: 3618:
An unordered (bulleted) list. The type of list item marker can be specified in an HTML attribute:
3283:. Heading elements are not intended merely for creating large or bold text – in fact, they should 1552:. In some versions of HTML, the end tag is optional for some elements. The end tag is required in 12123: 11989: 11953: 11863: 10616: 10432: 355: 12299: 12203: 12007: 11935: 10894:
Comments can even appear before the doctype declaration; no other tags are permitted to do this.
5880:
and admonishes designers not to use underlined text where it could be confused for a hyper-link.
2508:. A less-common, but important, usage is to supply navigation hints consistently through use of 1537:, but no elements (all tags, apart from the applicable end tag, will be interpreted as content); 681:
Note though that this CSS behavior can, and frequently is, changed from the default. Lists with
12074: 11917: 11899: 11558: 11146: 10756:
Specifies alternative content, if the embed cannot be rendered. Replaced by the content of the
9612: 8546: 8423:
is preferred if possible (i.e., if the client supports it) as it provides richer possibilities.
6818: 4134: 3280: 2890: 2853: 2819:
Can act as a container for script instructions or link to an external script with the optional
2457: 2016: 1435:, and was used in HTML specifications, but in recent years, lower-case has become more common. 661:
HTML also has a similar concept, although different, and the two are very frequently confused.
146: 12342: 1975:, which also deprecated a further ten elements. All of these, plus two others, are invalid in 6822: 6244: 5980:
element denotes "side comments such as small print." This has caused some confusion with the
5876:
specification reminds developers that other elements are almost always more appropriate than
5784: 4519: 4138: 2038:
files, separate from text, though they can also be considered part of the content of a page.
2031: 1723:
define desired behavior or indicate additional element properties. Most attributes require a
625: 178: 24: 12247:"Bug 13461 - Commentary on Issue #30 (longdesc) from the Association of American Publishers" 12024: 9233:
attribute is informally required for accessibility purposes, though its usage is not simple.
8255:
A generic form button which can contain a range of other elements to create complex buttons.
1885: 12749: 12402: 10898:
comment mishandling issues (Internet Explorer 6 accounts for most of this high percentage).
10346: 7909: 7893: 4736: 2786:
Used for including generic objects within the document header. Though rarely used within a
1530:) marking the beginning of an element, which may incorporate any number of HTML attributes; 183: 100: 11534: 8503:
sets the maximum number of characters the user can enter (which may be greater than size).
2429:
could either appear in the document head or in the body, but only once in a document. See
8: 12892:(List of active specifications that have superseded CSS 2.1, as of the publication date.) 11797: 10720:
is a proprietary element which is recognized by most browsers for compatibility reasons;
9631: 4811: 1769:
attributes, on the other hand, do not require a value to be specified. An example is the
1679: 1492: 470: 10374:
This section lists some widely used obsolete elements, which means they are not used in
7634:
Please help update this article to reflect recent events or newly available information.
12957: 12679: 12145: 11798:"9.2.1 Phrase elements: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, and ACRONYM" 11487: 10450: 9701:
elements for a document. The layout of frames is given by comma separated lists in the
8689:
Produces a slider for that returns a number, but the number is not visible to the user.
8185:, client-side, or both) must be used to process the user's input once it is submitted. 8182: 7993: 7567: 7400: 4016: 3963: 3331:"Definition list" redirects here. For Knowledge's article on lists of definitions, see 311: 200: 12246: 12162: 8744:
could either appear in the document head or in the body, but only once in a document.
12931: 12716:(This is the final draft of HTML 3.0, which expired without being developed further.) 11610: 11565: 9934: 8588: 8222:
element specifies and operates the overall action of a form area, using the required
7881: 7727: 5763:
has the same visual effect in most browsers, as well as having a semantic meaning as
2987: 2609: 2360:
Specifies a base font size, typeface, and color for the document. Used together with
1805:) syntax, though, a value is required, and the name should be repeated as the value: 1766: 12849: 12806: 10469:
and later. The replacement CSS tag, while standard, is not required to be supported.
2271:
Both the start and end tags may be omitted and inferred from child elements (HTML5).
2231:
Both the start and end tags may be omitted and inferred from child elements (HTML5).
12962: 12927: 12739: 12392: 11881: 10410: 9194: 8761: 4299:(originally: horizontal rule). Presentational rules can be drawn with style sheets. 3338: 423:
The contents of the element must be placed between just after the start tag (which
166: 37:"Font color" redirects here. For OpenType fonts featuring multicolored glyphs, see 31: 12471: 11045:
One minor difference is that XML, even after the DOM interface, is case-sensitive.
9915:
for the image, frame, or iframe in question. This attribute should contain a URL,
378: 12897: 12671: 12643: 12374: 12031: 11627: 10611: 10158:
specification recommended rendering the element at up to 132 characters per line.
10118: 9709: 9226: 9161: 8609: 8041: 7905: 4803: 3899: 2601: 2551: 2316: 2088: 1248:
the end tag, or even the start tag, to be present. Some elements, the so-called
340: 127: 68: 12914:(CSS levels 3 and 4 are developed as independent modules, indexed at that page.) 12841: 12752: 12729: 12704: 12405: 12382: 11381: 11328: 10905:
Placing comments – or indeed any characters except for white-space – before the
10826:(this ends the comment so it trivially follows it can not appear inside it) and 7681:, as it could only be used with Java applets, and had accessibility limitations. 6375:
attribute. Examples (all uses are deprecated, use CSS equivalents if possible):
5596: 4270:
Used for document headers. These typically contain content introducing the page.
3571:
CSS provides several other options not available as pure-HTML markup, including
3420:
A value in a description list (previously definition data in a definition list).
1938:, which are versions of the Transitional DTDs which also allow authors to write 1896:
Since the first version of HTML, several elements have become outmoded, and are
1564:
element, which must not contain other elements (including markup of text), only
1428:
strictly in reference to the markup delimiting the start and end of an element.
616:
HTML as used on the current web is likely to be either treated as XML, by being
436: 12101: 12045: 11592: 11514:"HTML5: A Vocabulary and Associated APIs for HTML and XHTML, W3C Working Draft" 11462:
HTML5: A vocabulary and associated APIs for HTML and XHTML – W3C Recommendation
11003: 7802: 7367: 7334: 7301: 7268: 7235: 7068:
Inserted text. Often used to mark up replacement text for material struck with
3381:
A name in a description list (previously definition term in a definition list).
2030:
Behavior (interactivity) is also kept separate from content, and is handled by
2027:
is suggested as part of the CSS standard, giving a default rendering for HTML.
1907: 1719: 1474: 1370: 367: 351: 271: 134: 78: 38: 12535: 608:
SGML is complex, which has limited its widespread understanding and adoption.
370:
specified. Elements can also have content, including other elements and text.
12951: 11246: 10495: 10405: 10357: 9930: 9926: 7897: 7870: 7033: 6308:
for variables (usually rendered italic, and not with a change to monospace),
5332: 5026: 3972:, for when the quotation includes block level elements, e.g. paragraphs. The 3082:
an element's padding increases the amount of space this element will take up.
1420:
Informally, HTML elements are sometimes referred to as "tags" (an example of
1211: 640: 304: 173: 139: 122: 20: 12103:
Bug 5566 – ALT attribute value sometimes not displayed when image is missing
11008: 7208:) using style sheets. For example, with a suitable CSS rule associated with 4434:, removed in HTML 5.2, but is included in the HTML Living Standard in 2019. 502:
tag indicating the start of a paragraph element should be complemented by a
12700: 12451: 12428: 12424: 11250: 10805: 10435:; its use on the public Internet should follow the appropriate guidelines.) 9386: 8402: 6813: 5093: 4129: 2591: 2180: 1921:, the status of elements is complicated by the existence of three types of 1847: 1473:) marking the beginning of an element, which may incorporate any number of 1378: 117: 112: 58: 12617: 12511:
Altheim, Murray; McCarron, Shane; Ishikawa, Masayasu, eds. (2010-11-23) .
10369:, this page contains the earliest surviving edit on the English Knowledge. 10259:
specification recommended rendering the element at 80 characters per line.
1990:(2001), does not include frames at all; it is approximately equivalent to 596:
but only by using an SGML—or HTML—aware parser with knowledge of the DTD.
12845: 12596: 12224: 10945: 10910: 10809: 9309:
header cell; contents are conventionally displayed bold and centered. An
8567: 8175: 7876:
provides alternative text in case the image cannot be displayed. (Though
7674: 6448: 6252: 4773: 3062:
The rectangular structure of a block element is often referred to as the
2991: 2751: 2509: 2365: 1855: 1727:. In HTML, the value can be left unquoted if it does not include spaces ( 1611: 266: 261: 151: 95: 12942: 12551:(A more detailed version of the above. Also superseded on 2018-03-27 by 11346: 8499:
attribute specifies the default width of the input in character-widths.
7707:. As of 2011, still widely used as the implementations of the replacing 4849:
is not necessary, although this way of adding anchors continues to work.
4534:, white-space should be rendered as authored. (With the CSS properties: 3066:, and is made up of several parts. Each element contains the following: 2966:
document. User agents may use the title in different ways. For example:
12874:
Atkins, Tab Jr.; Eternad, Elika J.; Rivoal, Florian (31 January 2017).
12775: 10570: 8215: 8148: 8118:
Provides text tracks, like subtitles and captions, for audio and video.
7807: 7764: 3969: 2640: 2228:
Container for processing information and metadata for an HTML document.
1898: 1851: 1421: 210: 205: 83: 73: 12488:"XHTML 1.0: The Extensible HyperText Markup Language (Second Edition)" 10804:
in HTML (and related XML, SGML and SHTML) uses the same syntax as the
6647:(the HTML specification does not define the relationship between size 4328:
Marks a section of inserted content. This element can also be used as
4043:
Creates a block-level center-aligned division. Deprecated in favor of
3673:
with one of the following (the same values are used in HTML and CSS):
12744: 12397: 10991:
will show up on-screen. Other HTML editors may have this same defect.
10375: 10200: 9941:. The publishing industry has responded, advocating the retention of 8765: 8757: 8542: 8353:
elements allow a variety of standard form controls to be implemented.
7952: 7457: 7077: 5856: 5768: 5672: 4781: 4523: 4094:
Marks a deleted section of content. This element can also be used as
2970: 1991: 1987: 1918: 1914: 363: 359: 12621: 5029:
the same way, although this is not what the specification calls for.
4685:
attribute to supply a URL from which to load the script, or used as
2673:
specifies that the page should be served with an HTTP header called
1902:
in later standards, or do not appear at all, in which case they are
12854:"Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification" 12837: 12810: 12771: 9833:
An inline frame places another HTML document in a frame. Unlike an
9623: 8751: 8383: 7900:, on the other hand, do not display the alt attribute at all.) The 6944:
A citation or a reference for a quote or statement in the document.
4814:. In HTML5, any element can now be made into a target by using the 3332: 3031:
In visual browsers, displayable elements can be rendered as either
2974: 2597: 2430: 2035: 1968: 11218: 11216: 7204:
Lengthy inline quotations may be displayed as indented blocks (as
2456:
links, or alternate versions. A common use is to link to external
1967:) contained four deprecated elements, one of which was invalid in 1964: 12875: 12512: 11351:
Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification
10454: 9796:
Contains normal HTML content for user agents that do not support
9635: 9627: 8077:
Specifies different sources for audio or video. Makes use of the
7885: 7105:
and ending in a final paragraph would need to use three separate
5331:; originally strong emphasis (conventionally displayed bold). An 5173: 5022: 4727:
element; they must be wholly nested within block-level elements.
3133:
Creates a paragraph, perhaps the most common block level element.
1514:(also known as text or text-only elements) are constructed with: 1447:
elements: normal elements, raw text elements, and void elements.
12600: 12583: 12566: 12487: 12320:
Chisholm, Wendy; Vanderheiden, Gregg; Jacobs, Ian (1999-05-05).
11776:"HTML5 specification finalized, squabbling over specs continues" 10952:, makes comments that are not embedded in the syntax structure; 10117:
The following elements were part of the early HTML developed by
9919:– as is commonly mistaken – the text of the description itself. 8155:
attribute. Supported video formats vary from browser to browser.
7771:
attribute. Supported audio formats vary from browser to browser.
7403:
in the document. Also usable in the head and in block contexts.
6971:, including with regard to this element. In HTML 4 and earlier, 4642:
Used for generic sections of a document. This is different from
2146:, which provide links to scripts, are optional in most elements. 12604: 12532: 12455: 12321: 12277: 11213: 10920:
For compatibility with some pre-1995 browsers, the contents of
10034:
element whenever possible, as this can also aid sighted users.
8000: 6022: 5944: 5827: 5727: 5639: 1976: 1972: 1432: 600:
creates a similar result by defining what tags can be omitted.
344: 256: 232: 12853: 12770: 12582:
Supersedes all previous versions of HTML and XHTML, including
10025: 7214:<q class="lengthy">Lengthy quote here.</q> 3693:, and the ability to replace these bullets with custom images. 427:, in certain cases) and just before the end tag (which again, 12814: 12705:"HyperText Markup Language Specification Version 3.0 (draft)" 12564: 11380:
Ferraiolo, J.; Fujisawa, J.; Jackson, D., eds. (2003-01-14).
9310: 9153:
A multiple-line text area, the size of which is specified by
8550: 7862: 6034: 5973: 5873: 5864: 5772: 5676: 5616: 4049:
or another element with centering defined using style sheets.
3001:
element must not contain other elements, only text. Only one
2963: 2617: 2065: 1866: 1802: 1599: 1590:, the HTML specification allows an optional space and slash ( 1587: 1553: 1305: 639:
Part of this CSS presentation behavior is the notion of the "
621: 617: 597: 237: 227: 222: 215: 90: 63: 12882:. §2. Cascading Style Sheets (CSS) – The Official Definition 12783: 12075:"What's New in Internet Explorer 8 – Accessibility and ARIA" 11168: 11166: 11164: 11162: 11160: 10431:(This effect may have negative consequences for people with 8867:. Clicking on the label fires a click on the matching input. 7984:
Includes an object in the page of the type specified by the
4852:
To illustrate: the header of a table of contents section on
3982:
element) may give the source, and must be a fully qualified
2994:
may pay particular attention to the words used in the title.
1385:
attribute within its opening tag. This would be written as:
12735: 12388: 11278:(The ability to produce additional elements is part of the 11234:. 24 December 1999. §7.5.3 Block-level and inline elements. 9886: 8630: 7989: 4518:
text. Text within this element is typically displayed in a
2959: 2636: 2184: 1888:
for a discussion of the minor differences between the two.
1836: 1444: 479: 336: 49: 30:"nobr" redirects here. For the chemical compound NOBr, see 12319: 11036:
A macro-like feature of DTDs may still be used within XML.
7184:
attribute gives the source, and must be a fully qualified
6367:
attribute (note the American spelling), typeface with the
2268:
Container for the displayable content of an HTML document.
1906:(and will be found invalid, and perhaps not displayed, by 12901: 12879: 12857: 12818: 12787: 12570: 12539: 12516: 12491: 12459: 12432: 11805: 11748: 11746: 11518: 11389: 11354: 11332: 11231: 11206: 11157: 11150: 11132: 11110: 10366: 9908: 9861:
First introduced by Microsoft Internet Explorer in 1997,
9638:
uses iframes to display banners on third party websites.
7136:. Intended for highlighting relevant text in a quotation. 7003:
Links inline content with a machine-readable translation.
6976: 5735: 3576: 3097: 2980:
It may become the default file-name when saving the page.
2020: 1873: 1862: 1840: 1760: 1603: 675: 609: 193: 11564:(5th ed.). Hoboken, New Jersey: Wiley. p. 96. 11379: 10901:
There are a few compatibility quirks involving comments:
7566:
Represents a time on the 24-hour clock or a date on the
6059:(having not appeared in any previous standard), and was 4390:
HTML 2.0: A menu listing. Should be more compact than a
2132:
attribute is valid in most document body elements (e.g.
2010: 12510: 10453:
and is mostly recognized by its descendants, including
9850:, an inline HTML code is embedded to a frame using the 7370:
for showing the pronunciation of East Asian characters.
4795:. Alternatively (and sometimes concurrently), with the 3043:
as rectangular objects which do not break across lines;
2973:
when the window is open, and (where applicable) in the
12784:"Extensible Markup Language (XML) 1.0 (Fifth Edition)" 11743: 11203:
Document Object Model (DOM) Level 2 HTML Specification
9157:(where a column is a one-character width of text) and 7846:, but then was added back into the HTML5 specification 4856:'s homepage could be turned into a target by writing: 2125:
can occur at any point in the document (head or body).
1544:, in which the element name is prefixed with a slash: 1210:
is composed of the name of the element, surrounded by
10409:
Causes text to blink. Introduced in imitation of the
9929:
to display image information for computer users with
9750:. A separate document is linked to a frame using the 8537:. The difference is that text typed in this field is 8482: 7285: 4974:
may be set to give brief information about the link:
4715:
Inline elements cannot be placed directly inside the
2958:
This tag defines a document title. Required in every
1737:), or it can be quoted with single or double quotes ( 1373:
are specified inside the start tag. For example, the
724: 12782:; Maler, Eve; Yergeau, François, eds. (2008-11-26). 12450: 12264: 12262: 10378:
code. They may not be supported in all user agents.
8706: 8693: 8680: 8663: 8650: 8637: 8616: 8595: 8574: 8557: 8524: 8507: 8465: 8444: 8427: 8410: 8391: 8372: 5779:
has its own semantic meaning, distinct from that of
1948:, which is the up-to-date (as at 1999) form of HTML. 12873: 12670: 12373: 11900:"<rp>: The Ruby Fallback Parenthesis element" 11699: 8151:to the page. The video URL is determined using the 7767:to the page. The audio URL is determined using the 7267:Provides fallback parenthesis for browsers lacking 7165:An inline quotation (for block level quotation see 2190:
Both the start and end tags may be omitted (HTML5).
1254:, do not have an end tag. A typical example is the 624:; in either case the parsing of document tags into 358:, such as text nodes, and HTML elements, which add 12836: 12659:(Part of the first published description of HTML.) 11557: 11097: 11095: 9313:user agent may use a louder voice for these items. 8748:operated as a primitive HTML search form; but was 6371:attribute, and absolute or relative size with the 2149:For user agents which do not operate scripts, the 1191: 12513:"XHTML 1.1 - Module-based XHTML - Second Edition" 12259: 9101: 7252: 6296:; not supported in HTML5. Possible replacements: 4208:A caption for an image. Always placed inside the 3268:. They are sometimes referred to collectively as 2616:element is defined by its attributes. Outside of 2003:A common source of confusion is the loose use of 1231:In the HTML syntax, most elements are written ... 1117: 1108: 841: 739: 12949: 11555: 11386:Scalable Vector Graphics (SVG) 1.1 Specification 11139: 11079:, not a URL; although URLs are a subset of IRIs. 10838:cannot appear at the beginning of a comment and 10011:This is an image of a two-layered birthday cake. 8197: 7869:attribute specifies the image URL. The required 7806:Adds a canvas whose contents can be edited with 7318: 6967:The HTML 5 specifications have been confusingly 5811: 5615:, assigning new semantic meaning to each. In an 5436:). Conventionally rendered in a mono-space font. 11721: 11677: 11655: 11633: 11209:. 9 January 2003. §1.3. XHTML and the HTML DOM. 11092: 8967: 6871: 4486:this can only be used as a block-level element. 2115:element can also be used to link style sheets.) 2056:External image files are incorporated with the 1869:documents, for use with XML-aware user agents. 1491:, in which the element name is prefixed with a 11936:"<rtc>: The Ruby Text Container element" 11135:. 24 December 1999. §3.1 Introduction to SGML. 9776: 9746:Defines a single frame, or region, within the 9183:The format of HTML Tables was proposed in the 7711:are not consistent between different browsers. 7584: 6900: 5067:tags can be used for adding emphasis to text. 5025:or in some other manner. Some browsers render 4175:Used to group images and captions, along with 2969:Web browsers usually display it in a window's 2157: 12454:; Le Hors, Arnaud; Jacobs, Ian (1999-12-24). 11244: 11224:"§7 The global structure of an HTML document" 8846: 7300:Indicates pronunciation for a character in a 471:HTML 5.1 2nd Edition § 8.1.2.4. Optional tags 437:HTML 5.1 2nd Edition § 8.1.2. Elements § Tags 312: 12125:WWW-Talk Jan-Mar 1993: proposed new tag: IMG 11708:4.6 Text-level semantics — The small element 11492:HTML 4.01 Specification – W3C Recommendation 11347:"Appendix D. Default style sheet for HTML 4" 9083:A bar for showing the progress of an action. 7219: 3903:Used for articles and other similar content. 3858:Contact information for the document author. 2742:element identifies itself as containing the 2448:Specifies links to other documents, such as 2315:element for each document. This element has 1872:Subsequently, HTML 4.01 was rewritten in an 12642: 12536:"XHTML Modularization 1.1 - Second Edition" 11361: 10026:Linking to the long description in the text 8749: 7880:is intended as alternative text, Microsoft 5683:has its own meaning, distinct from that of 5518:Sample output – from a program or script: ( 5475:Keyboard – text to be entered by the user ( 5359: 4522:exactly as it is laid out in the file (see 4467: 2262: 2222: 1682:is required before the last angle bracket: 1606:applications. Two common void elements are 12384:Hypertext Markup Language - 2.0 (RFC 1866) 12322:"Web Content Accessibility Guidelines 1.0" 11257: 11147:"HTML 4.01, §21, Document Type Definition" 9132: 8963: 8863:Creates a label for a form input, such as 8808: 8553:is needed if confidentiality is a concern. 8457:. The image URL may be specified with the 8325:added in order to identify their function. 6525:text with size 1 bigger than the standard. 4806:set, the element becomes a link target. A 2322:A development version of this element (as 2103:may link to shared external documents, or 1598:is permissible). The slash is required in 347:and is known as the HTML Living Standard. 319: 305: 12743: 12396: 12270:"Obsolete – Non-conforming features" 11382:"§2.3 Options for using SVG in Web pages" 10855:is ill-formed and will yield the comment 10121:from 1989 to 1991; they are mentioned in 10093:"long description of the image" 9290: 8478:for resetting the form to default values. 4500: 3026: 2285: 987: 927: 11768: 11730:4.6 Text-level semantics — The s element 11686:4.6 Text-level semantics — The u element 11664:4.6 Text-level semantics — The i element 11642:4.6 Text-level semantics — The b element 11556:Tittel, Ed; Burmeister, Mary C. (2005). 11468:. 28 October 2014. §4.4.8 The dl element 11450: 11373: 11285: 10413:. Can be done with CSS where supported: 10329: 8570:field (for uploading files to a server). 8017: 7861:Used by visual user agents to insert an 6839: 5096:, and can make the full form available: 4482:Replacement content for scripts. Unlike 4361:Contains the main content of a document. 4313: 4112: 2643:before the actual content. For example, 2151:<noscript>...</noscript> 2111:may contain embedded instructions. (The 1316:of the tag (not to be confused with the 1034: 1028: 1019: 743: 613:implied closures that are part of SGML. 377: 16:Individual component of an HTML document 12727: 12699: 12595: 12528:(Superseded on 2018-03-27 by HTML 5.2.) 12423: 12315: 12313: 11309: 10129:and were never part of HTML standards. 9672:can be used in a normal document body. 9641:In HTML 4.01, a document may contain a 9332: 7537:Code fragments to be copied by scripts. 7351: 6006: 5711: 5191:"Hyper-Text Mark-up Language" 4917:"http://example.com#contents" 4079: 3976:attribute (not to be confused with the 3836: 3366: 3315: 3237: 3221: 3205: 3189: 3173: 3157: 2856:for the document, usually in the form, 2620:, it is often given without the slash ( 1614:, such as in a poem or an address) and 465:doesn't appear anywhere in the markup. 12950: 12805: 10909:will cause Internet Explorer 6 to use 10736: 9136: 9097: 8419:A general-purpose button. The element 8036:, and should only occur as a child of 7032:Deleted text. Typically rendered as a 5335:may use different voices for emphasis. 4936:or with a link on the same page like: 4284: 4193: 3946: 3764: 3603: 3252:Section headings at different levels. 1183: 1180: 1177: 1174: 1171: 1168: 1165: 1149: 1146: 1143: 1138: 1135: 1132: 1094: 1091: 1088: 1085: 1082: 1079: 1076: 996: 993: 990: 984: 981: 978: 975: 972: 942: 939: 936: 933: 930: 924: 921: 918: 915: 912: 909: 906: 903: 900: 894: 891: 888: 885: 819: 816: 813: 810: 805: 802: 799: 796: 793: 790: 787: 784: 781: 9877: 9450: 9002: 7610: 6149: 5289:(conventionally displayed in italics) 4023: 3264:for a level below that, and so on to 2011:Content vs. presentation and behavior 1118: 1114: 1110: 1105: 1104: 1064: 1061: 1058: 1055: 1052: 1049: 1046: 1043: 1040: 1037: 1031: 1025: 1022: 1016: 1013: 1010: 1007: 1006: 957: 956: 899: 883: 871: 868: 865: 862: 859: 856: 853: 850: 847: 832: 777: 766: 763: 760: 757: 754: 749: 740: 736: 735: 547:is thus inferred to be equivalent to 12310: 11113:. 24 December 1999. §3.2.1 Elements. 10235: 10134: 10112: 9818: 9564: 9488: 9412: 9370: 9068: 7677:in the page. Deprecated in favor of 7614: 6597:Equivalent CSS for font attributes: 6363:Can specify the font color with the 5928: 5807:; still current, redefined in HTML5. 5707:; still current, redefined in HTML5. 5355:; still current, redefined in HTML5. 5077: 4810:(URL) can link to this target via a 4687:<script>...</script> 4346: 3444: 3256:delimits the highest-level heading, 2123:<script>...</script> 2109:<script>...</script> 2091:, provide style sheets and scripts. 1982:(Strictly speaking, the most recent 1952:HTML5 instead provides a listing of 1830: 1484:, including text and other elements; 386: 11918:"<rt>: The Ruby Text element" 11245:Mark Newhouse (27 September 2002). 7810:. Frequently used for online games. 7653: 7440: 7234:Represents the base component of a 6758:, of two or more alternative fonts. 6045:, which indicates removal/deletion. 5247:Inline definition of a single term. 3260:the next level down (sub-section), 3005:element is permitted in a document. 2604:. Because of their generic nature, 2034:. Images are contained in separate 1438: 1244:However, not all of these elements 674:have the appropriate and different 478:As HTML (before HTML5) is based on 366:and images). Each element can have 13: 12680:"Hypertext Markup Language (HTML)" 12429:"HTML 3.2 Reference Specification" 9634:) on third party websites. Google 9526: 8081:attribute in a way similar to the 6846: 5417: 5313: 5232: 5054: 4998:"additional information" 4710: 4438: 3551:i, ii, iii ... – HTML value: 3541:I, II, III ... – HTML value: 3459:An ordered (enumerated) list. The 3405: 2639:headers which should be sent by a 2625: 2596:Can be used to specify additional 2546:element may contain any number of 2105:<style>...</style> 1250: 1201:Parts of an HTML container element 1130: 882: 779: 631: 482:, its parsing also depends on the 350:An HTML document is composed of a 14: 12974: 12920: 12815:"Cascading Style Sheets, Level 1" 12591:WHATWG HTML5 Living Standard: 12362: 10345:Example of marquee text from the 10180: 9907:elements. It is supposed to be a 9252: 8269: 7936: 7842:Deprecated in HTML 4 in favor of 7424: 7173:). Quote elements may be nested. 6025:, indicated strike-through text ( 5787:, a foreign-language phrase, etc. 5400:), and terminal or other output ( 5224:. Recommended replacement is the 3717: 3118: 3053: 2344: 1891: 408:Similarly the W3C Recommendation 12664: 12629: 11199:"§1. Document Object Model HTML" 10669: 9895:is an attribute used within the 9677: 9630:use iframes to display content ( 8302: 8032:, this element is now used with 7920: 7619: 7522: 7053: 6982:<cite>...</cite> 6949: 6929: 6324: 6284: 6224: 5888: 5795: 5695: 5646:where possible. Equivalent CSS: 5573: 5546: 5530: 5487: 5460: 5444: 5343: 5297: 5271: 5255: 4689:around embedded script content. 4611: 4003: 3587: 2562: 2502:"description_of_style" 1673:element points the browser at a 12721: 12356: 12335: 12292: 12239: 12217: 12196: 12176: 12155: 12138: 12116: 12094: 12067: 12054: 12039: 12018: 12000: 11982: 11964: 11946: 11928: 11910: 11892: 11874: 11856: 11838: 11820: 11790: 11778:. Ars Technica. 29 October 2014 11621: 11603: 11585: 11549: 11527: 11506: 11480: 11438: 11426: 11414: 11402: 11339: 11321: 11297: 11269: 11238: 11174:"HTML Standard § Optional tags" 11069: 11055: 11048: 10953: 10913:for the HTML page. None of the 10849: 10839: 10835: 10831: 10827: 10823: 10816: 10791: 10769: 10757: 10709: 10690: 10638: 10589: 10558: 10438: 10414: 10281: 9842:is linked to a frame using the 9591: 9579:Specifies the footer part of a 9549: 9541:Specifies a body of data for a 9511: 9503:Specifies the header part of a 9435: 9397: 9189: 7483: 7462: 7168: 7017: 6722: 6701: 6679: 6658: 6560: 6527: 6493: 6456: 6415: 6378: 6344: 6256: 6174: 6108: 5952: 5835: 5739: 5647: 5623: 5589: 5401: 5389: 5377: 5365: 5177: 5161: 5140: 5097: 4975: 4937: 4903: 4857: 4819: 4716: 4627: 4535: 3882: 3843: 3785: 3643: 3620: 3561:1, 2, 3 ... – HTML value: 3531:a, b, c ... – HTML value: 3521:A, B, C ... – HTML value: 3488: 3465: 3100:placement. Using most standard 2898: 2857: 2700: 2644: 2513: 2461: 2418: 1424:), though many prefer the term 682: 644: 603: 548: 515: 503: 491: 382:HTML element content categories 12163:"Objects, Images, and Applets" 11458:"4.4 Grouping content – HTML5" 11191: 11117: 11039: 11030: 11021: 10917:information will be processed. 9911:to a document that provides a 9039: 8881: 8387:. Can be checked or unchecked. 8240: 8062: 7988:attribute. This may be in any 7969: 7904:element was first proposed by 7785: 7384: 6255:, thus "tt". (Equivalent CSS: 5503: 4744: 4735:For anchors on Knowledge, see 4662: 4600:<sub>...</sub> 4532:<pre>...</pre> 4255: 4226: 4160: 2804: 2771: 2755:resource description framework 1956:features to go along with the 1218:element, would be written as: 484:Document Type Definition (DTD) 1: 12636: 12590: 12567:"HTML 5.2 W3C Recommendation" 11844: 11303: 11086: 11066:for the inevitable exception. 10948:HTML editor, in versions 1.7. 10822:(the beginning of a comment), 10473: 10383: 10305: 10211: 9933:issues, such as the blind or 9730: 9267:Contains a row of cells in a 9210: 8914: 8842: 8776: 8725: 8339: 8132: 8103: 7850: 7824: 7748: 7150: 6655:, nor does it define a unit). 5038: 4402: 4191: 3944: 3917: 3866: 3804: 3748: 3701: 3428: 3389: 3350: 3292: 3141: 3111: 3010: 2977:when the window is minimized. 2943: 2837: 2608:elements specify associative 2402: 2328: 1763:, those quotes are required. 1713: 1377:element, which represents an 293:Comparison of browser engines 12780:Sperberg-McQueen, C. Michael 12665:HTML Internet Draft 1.2: 12505: 12481: 12445: 12226:Longdesc usage - WHATWG Wiki 12204:"Creating Accessible Images" 11755:11 Obsolete features — HTML5 11432: 11420: 11408: 11367: 11315: 11263: 10867:after it, or sometimes just 10830:. Additionally, the strings 10662: 10582: 10228: 10178: 10084:"description.html" 10065:"description.html" 10037: 9976:"description.html" 9866: 9807: 9765: 9719: 9599: 9557: 9519: 9443: 9405: 9225:Identifies a table. Several 9193:. They were inspired by the 9054:The value of a form element. 9032: 8907: 8874: 8801: 8793: 8520:which produces a search bar. 8332: 8262: 8193: 8010: 7715: 7704: 7696: 7551: 7195: 7117: 7090: 7046: 6988: 6922: 6832: 6796: 6783: 6775: 6217: 6209: 6064: 6056: 5913: 5905: 5761:<em>...</em> 5213: 5133: 4530:for other HTML elements, in 4493: 4427: 4419: 4375: 4339: 4105: 4064: 3829: 3821: 2797: 2578: 2437: 2395: 2387: 2292: 2245: 2204: 2164: 1877: 1850:of the 1990s, developers of 461:element, even if the string 7: 12831: 12693: 12559: 12552: 12475: 12418: 12368: 12324:. World Wide Web Consortium 11828:HTML 5.2 W3C Recommendation 11826: 11593:"ServerWriter -- /Provider" 10997: 10851:<!--Xbegin<!--Y--> 10812:, depending on the doctype. 10784: 10729: 10651:Microsoft Internet Explorer 10466: 10322: 10314: 10266: 10256: 10220: 10165: 10155: 9925:was designed to be used by 9774: 9675: 9481: 9473: 9368: 9363: 9355: 9325: 9317: 9283: 9275: 9245: 9237: 9184: 9171: 9130: 9125: 9066: 9000: 8995: 8785: 8522: 8370: 8360: 8300: 8288:s for use in form elements. 8267: 8233: 8055: 8028:Originally introduced with 7962: 7929: 7884:7 and below render it as a 7741: 7688: 7520: 7515: 7507: 7461:or text. (Equivalent CSS: 7417: 7333:Semantic annotations for a 6958: 6864: 6767: 6715:"Times New Roman" 6293: 6201: 6134: 6083: 6075:, which instead deprecated 5999: 5897: 5804: 5734:where possible. Equivalent 5704: 5582: 5539: 5496: 5453: 5352: 5306: 5264: 5047: 4703: 4620: 4574: 4526:). Whereas browsers ignore 4465: 4411: 4306: 4153: 4145: 4056: 4012: 3984:Uniform Resource Identifier 3875: 3813: 3757: 3710: 3641:; or in a CSS declaration: 3596: 3518:with one of the following: 3486:; or in a CSS declaration: 3437: 3398: 3359: 3337:A description list (a.k.a. 3301: 3150: 3019: 2936: 2830: 2764: 2571: 2550:elements. This element has 2379: 2342: 2337: 2278: 2260: 2238: 2220: 2197: 2158:Document structure elements 2134:<div style="..."> 1626:, for which the syntax is: 707: 373: 39:OpenType § Color fonts 10: 12979: 12926:HTML 4.01 (Dec 24, 1999): 12765: 12728:Raggett, Dave (May 1996). 11833:"§4.5.6. The cite element" 11291: 11275: 11247:"CSS Design: Taming Lists" 10789: 10734: 10609: 10587: 10493: 10403: 10338:This is the new WikiPedia! 10274: 10173: 10132: 9948: 9610: 9465:Specifies a caption for a 9448: 9090: 9061: 8956: 8933:attribute. Can also have: 8838:, but removed in HTML 5.2. 8835: 8723: 8545:, so an underlying secure 8295: 8173: 8162: 8125: 8096: 7817: 7800: 7778: 7603: 7577: 7544: 7506:Both were proposed in the 7377: 7344: 7311: 7278: 7245: 7143: 7010: 6893: 6811: 6142: 6072: 5987: 5983: 5921: 5860: 5221: 5138: 5070: 4734: 4655: 4625: 4586: 4568: 4460: 4431: 4368: 4277: 4248: 4219: 4186: 4127: 4072: 3961: 3939: 3910: 3897: 3880: 3841: 3330: 2589: 2400: 1971:. All four are invalid in 36: 29: 18: 12800: 12456:"HTML 4.01 Specification" 12062:Fahrner Image Replacement 11851:"§4.5.6 The cite element" 11488:"Lists in HTML documents" 11466:World Wide Web Consortium 11444: 10845:cannot appear at the end. 10309:(described as obsolete); 10279: 9816: 9606: 9178: 9095: 9037: 8961: 8896:A legend (caption) for a 8879: 8806: 8746:<isindex /> 8742:<isindex /> 8704: 8661: 8505: 8493:one-line text input field 8425: 8408: 8238: 8060: 7967: 7783: 7651: 7628:This section needs to be 7382: 7132:Produces text that looks 6733:'Times New Roman' 6315: 6309: 5311: 4730: 4660: 4253: 4224: 4158: 4021: 3977: 2802: 2769: 2746:element, with a value of 2144:Event-handling attributes 1443:There are three kinds of 712: 288:Document markup languages 12146:"Are frames accessible?" 11014: 10848:As a result, the markup 10793:<!-- A Comment --> 10471: 10381: 10041: 9991: 9952: 9856:<iframe /> 9848:<iframe /> 9835:<object /> 9728: 9562: 9524: 9486: 9427:Specifies a column in a 9208: 8912: 8840: 8691: 8678: 8593: 8463: 8442: 8389: 8337: 8321:, which can then have a 8169: 8130: 8101: 8015: 7951:Specifies a client-side 7822: 7746: 6303: 6302:for marking user input, 6297: 6029:) and was equivalent to 5926: 5360:Computer phrase elements 5111:"abbreviation" 5021:value is displayed in a 4808:Uniform Resource Locator 4679:<script /> 4643: 4598: 4592: 4580: 4044: 3915: 3732:A list item in ordered ( 3308: 2941: 2897:directives of the form, 2835: 2119:<script /> 2101:<script /> 2062:<object /> 2023:style sheets. A default 1994:, but also includes the 1839:and subsequently by the 1807: 1775: 1684: 1628: 1402:"abbreviation" 1387: 1326: 1260: 1220: 12943:elements and attributes 11802:HTML 4.01 Specification 11733:, Developers.whatwg.org 11711:, Developers.whatwg.org 11689:, Developers.whatwg.org 11667:, Developers.whatwg.org 11645:, Developers.whatwg.org 11228:HTML 4.01 Specification 11129:HTML 4.01 Specification 11107:HTML 4.01 Specification 10871:, depending on browser. 10667: 10617:photosensitive epilepsy 10433:photosensitive epilepsy 9901:<frame /> 9798:<frame /> 9756:<frame /> 9699:<frame /> 9187:and the later RFC 1942 8648: 8635: 8555: 8480: 8191: 8046:<param /> 7921:HTML Internet Draft 1.2 7908:and implemented in the 7713: 7595:An optional word break. 7549: 7349: 7115: 6986: 6950:HTML Internet Draft 1.2 6927: 6794: 6789: 6322: 6285:HTML Internet Draft 1.2 6107:text). Equivalent CSS: 5951:text). Equivalent CSS: 5947:, decreased font size ( 5889:HTML Internet Draft 1.2 5796:HTML Internet Draft 1.2 5696:HTML Internet Draft 1.2 5603:, however, re-includes 5599:. The current draft of 5574:HTML Internet Draft 1.2 5531:HTML Internet Draft 1.2 5501: 5488:HTML Internet Draft 1.2 5445:HTML Internet Draft 1.2 5415: 5344:HTML Internet Draft 1.2 5298:HTML Internet Draft 1.2 5256:HTML Internet Draft 1.2 5230: 5075: 4780:(destination) end of a 4612:HTML Internet Draft 1.2 4373: 4344: 4004:HTML Internet Draft 1.2 3588:HTML Internet Draft 1.2 2683:In the general form, a 2576: 2563:HTML Internet Draft 1.2 2435: 2290: 2243: 2202: 2162: 2097:<style /> 394:HTML 4.01 Specification 12731:HTML Tables (RFC 1942) 12601:"HTML Living Standard" 12470:(HTML 4.01 superseded 10362: 10342: 10233: 9613:Frame (World Wide Web) 9410: 9017:Identifies a group of 8929:A meter which needs a 8764:keywords separated by 8750: 8614: 8572: 8547:communication protocol 7934: 7848: 7582: 7438: 7422: 7316: 7051: 7015: 6898: 6869: 5834:text. Equivalent CSS: 5544: 5458: 5172:element, but marks an 4498: 4436: 4311: 4110: 4077: 3990: 3762: 3027:Document body elements 2740:<meta /> 2685:<meta /> 2633:<meta /> 2614:<meta /> 2606:<meta /> 2548:<link /> 2475:"stylesheet" 2286:Document head elements 2263:document body elements 2223:document head elements 2095:In the document head, 2017:separation of concerns 1973:HTML 4.01 Transitional 1693:"stylesheet" 1671:<link /> 1643:"stylesheet" 1624:<link /> 1193: 475: 441: 406: 401:Elements are not tags. 383: 12128:, 1997.webhistory.org 11882:"HTML <rb> Tag" 11125:"§3 On SGML and HTML" 11103:"§3 On SGML and HTML" 11009:HTML element examples 10354: 10334: 10330:Non-standard elements 10056:"Hello.jpg" 10032:<img /> 9967:"Hello.jpg" 9897:<img /> 9854:attribute inside the 9846:attribute inside the 9754:attribute inside the 9330: 9288: 9250: 8984:Creates an item in a 8828:A key pair generator. 8794:HTML 4.0 Transitional 7902:<img /> 7865:in the document. The 7697:HTML 4.0 Transitional 7283: 7250: 7217: 7076:. Typically rendered 6844: 6840:Other inline elements 6776:HTML 4.0 Transitional 6222: 6210:HTML 4.0 Transitional 6169:Strike-through text ( 6103:Increased font size ( 6057:HTML 4.0 Transitional 5906:HTML 4.0 Transitional 5269: 4951:"#contents" 4520:non-proportional font 4420:HTML 4.0 Transitional 4282: 4019:for more information. 4015:; still current. See 3970:block level quotation 3822:HTML 4.0 Transitional 3715: 3601: 3442: 3403: 3364: 3313: 3235: 3219: 3203: 3187: 3171: 3155: 2635:elements can specify 2388:HTML 4.0 Transitional 2058:<img /> 1801:In the XML (and thus 1699:"fancy.css" 1652:"fancy.css" 1620:<img /> 1194: 626:Document Object Model 445: 431:, in certain cases). 416: 398: 381: 179:Document Object Model 25:Help:HTML in wikitext 12898:"CSS Current Status" 12694:HTML 3.0 Drafts: 12616:Also available as a 12603:. One-page Version. 12599:, ed. (2018-07-25). 12347:html.spec.whatwg.org 12274:HTML Living Standard 11846:HTML Living Standard 10929:be recognized, e.g. 10347:first Knowledge edit 10125:, but deprecated in 9697:Contains the set of 8003:, a sound file, etc. 7892:attribute is given. 7148: 6857:A forced line break. 6786:. Not part of HTML5. 6200:was standardized in 6173:), (Equivalent CSS: 6004: 5809: 5709: 5621: 4877:"contents" 4818:attribute, so using 4742: 4430:; then redefined in 3837:Other block elements 3290:Headings existed in 3116: 2871:"text/css" 2484:"text/css" 2265:for child elements.) 2225:for child elements.) 1963:The first Standard ( 1816:"checkbox" 1705:"text/css" 1661:"text/css" 1616:<hr /> 1608:<br /> 1533:some amount of text 722: 447:Certain tags can be 411:HTML 5.1 2nd Edition 184:Browser Object Model 12876:"CSS Snapshot 2017" 12856:. Revised version. 12817:. Revised version. 12622:Developer's Edition 12569:. Revised version. 12538:. Revised version. 12515:. Revised version. 12490:. Revised version. 12306:. 24 February 2023. 11153:. 24 December 1999. 6574:"Courier" 6429:"#114499" 6147: 6081: 5785:binary species name 4812:fragment identifier 4787:With the attribute 4202:</figcaption> 3955:</blockquote> 2624:), despite being a 2136:) for inclusion of 1822:"checked" 1324:of a closing tag). 157:Character encodings 12852:(12 April 2016) . 12184:"InState Longdesc" 12030:2012-11-02 at the 11972:"<template>" 11808:. 24 December 1999 11560:HTML 4 for dummies 10635:can also be added. 10451:Netscape Navigator 7611:Images and objects 7568:Gregorian calendar 7203: 6594:with Courier font. 5330: 4768:can be either the 4692: 4177:<figcaption> 4017:blockquote element 3964:Blockquote element 3575:, and options for 2988:Web search engines 2687:element specifies 2554:, but no contents. 2460:, using the form, 2326:) is mentioned in 2319:, but no contents. 1876:-compatible form, 1560:An example is the 1189: 1121: 1067: 963: 960: 949: 945: 898: 878: 828: 825: 773: 746: 384: 12618:Multipage Version 12560:W3C HTML 5.2: 12381:(November 1995). 12229:, Wiki.whatwg.org 12106:, Bugs.webkit.org 11571:978-0-7645-8917-1 10411:ANSI escape codes 10207:<plaintext> 10197:<plaintext> 10113:Historic elements 9935:visually impaired 9786:</noframes> 9687:</frameset> 9660:, but not both a 9379:</colgroup> 9147:</textarea> 9077:</progress> 9011:</optgroup> 8589:telephone numbers 8311:</fieldset> 8278:</datalist> 8181:form of scripts ( 7882:Internet Explorer 7649: 7648: 7531:</template> 7201: 6754:– CSS supports a 6449:hexadecimal color 6392:"green" 6314:for source code, 6251:), also known as 5950: 5328: 5216:; still current, 4882:Table of contents 4690: 4476:</noscript> 2750:, from the DC or 2677:that has a value 2307:for all relative 1831:Element standards 1510:Raw text elements 1188: 1161: 1156: 1153: 1126: 1099: 1072: 1036: 1030: 1021: 1001: 989: 968: 946: 929: 845: 843: 823: 752: 750: 745: 414:explicitly says: 387:Elements vs. tags 329: 328: 12970: 12941:(Oct 28, 2014): 12940: 12939: 12912: 12910: 12909: 12890: 12888: 12887: 12870:CSS 3 and 4: 12867: 12865: 12864: 12833: 12828: 12826: 12825: 12802: 12797: 12795: 12794: 12767: 12762: 12760: 12759: 12747: 12745:10.17487/RFC1942 12723: 12722:HTML Tables: 12714: 12712: 12711: 12695: 12689: 12687: 12686: 12672:Berners-Lee, Tim 12666: 12657: 12655: 12654: 12644:Berners-Lee, Tim 12638: 12614: 12612: 12611: 12592: 12580: 12578: 12577: 12561: 12549: 12547: 12546: 12526: 12524: 12523: 12507: 12502: 12500: 12499: 12483: 12469: 12467: 12466: 12447: 12442: 12440: 12439: 12420: 12415: 12413: 12412: 12400: 12398:10.17487/RFC1866 12375:Berners-Lee, Tim 12370: 12351: 12350: 12339: 12333: 12332: 12330: 12329: 12317: 12308: 12307: 12296: 12290: 12289: 12287: 12285: 12266: 12257: 12256: 12254: 12253: 12243: 12237: 12236: 12235: 12234: 12221: 12215: 12214: 12212: 12211: 12200: 12194: 12193: 12191: 12190: 12180: 12174: 12173: 12171: 12170: 12159: 12153: 12152: 12142: 12136: 12135: 12134: 12133: 12120: 12114: 12113: 12112: 12111: 12098: 12092: 12091: 12089: 12088: 12071: 12065: 12058: 12052: 12051: 12043: 12037: 12036: 12025:Jennifer Kyrnin 12022: 12016: 12015: 12004: 11998: 11997: 11986: 11980: 11979: 11968: 11962: 11961: 11950: 11944: 11943: 11932: 11926: 11925: 11914: 11908: 11907: 11896: 11890: 11889: 11878: 11872: 11871: 11860: 11854: 11842: 11836: 11824: 11818: 11817: 11815: 11813: 11794: 11788: 11787: 11785: 11783: 11772: 11766: 11765: 11764: 11763: 11750: 11741: 11740: 11739: 11738: 11725: 11719: 11718: 11717: 11716: 11703: 11697: 11696: 11695: 11694: 11681: 11675: 11674: 11673: 11672: 11659: 11653: 11652: 11651: 11650: 11637: 11631: 11625: 11619: 11618: 11607: 11601: 11600: 11589: 11583: 11582: 11580: 11578: 11563: 11553: 11547: 11546: 11545: 11544: 11531: 11525: 11523: 11510: 11504: 11503: 11501: 11499: 11484: 11478: 11477: 11475: 11473: 11454: 11448: 11442: 11436: 11430: 11424: 11418: 11412: 11406: 11400: 11399: 11397: 11396: 11377: 11371: 11365: 11359: 11358: 11343: 11337: 11336: 11329:"HTML & CSS" 11325: 11319: 11313: 11307: 11301: 11295: 11289: 11283: 11282:in the acronym.) 11273: 11267: 11261: 11255: 11254: 11242: 11236: 11235: 11220: 11211: 11210: 11195: 11189: 11188: 11186: 11184: 11170: 11155: 11154: 11143: 11137: 11136: 11121: 11115: 11114: 11099: 11080: 11073: 11067: 11065: 11064: 11061: 11058: 11052: 11046: 11043: 11037: 11034: 11028: 11025: 10990: 10989: 10986: 10983: 10980: 10977: 10974: 10971: 10968: 10965: 10962: 10959: 10956: 10940: 10939: 10936: 10933: 10927: 10923: 10916: 10908: 10890: 10889: 10886: 10882: 10879: 10878:<span id="x1" 10870: 10866: 10865: 10860: 10859: 10854: 10852: 10844: 10842: 10837: 10833: 10829: 10825: 10821: 10819: 10795: 10794: 10779: 10778: 10775: 10772: 10767: 10766: 10763: 10760: 10752: 10746:</noembed> 10719: 10718: 10715: 10712: 10706: 10705: 10702: 10699: 10696: 10693: 10685: 10648: 10647: 10644: 10641: 10605: 10599:</marquee> 10568: 10567: 10564: 10561: 10489: 10448: 10447: 10444: 10441: 10430: 10429: 10426: 10423: 10420: 10417: 10399: 10370: 10360: 10350: 10302: 10293: 10251: 10208: 10198: 10192: 10150: 10144:</listing> 10107: 10104: 10101: 10097: 10094: 10091: 10088: 10085: 10082: 10079: 10076: 10073: 10069: 10066: 10063: 10060: 10057: 10054: 10051: 10048: 10045: 10033: 10020: 10017: 10014: 10010: 10007: 10004: 10001: 9998: 9995: 9988: 9987:description.html 9980: 9977: 9974: 9971: 9968: 9965: 9962: 9959: 9956: 9944: 9940: 9924: 9913:long description 9906: 9902: 9898: 9893: 9880: 9857: 9853: 9849: 9845: 9840: 9836: 9829: 9799: 9792: 9757: 9753: 9749: 9748:<frameset> 9742: 9708: 9704: 9700: 9693: 9671: 9667: 9666:<frameset> 9663: 9659: 9658:<frameset> 9655: 9648: 9644: 9621: 9602:; still current. 9586: 9582: 9575: 9560:; still current. 9544: 9537: 9522:; still current. 9506: 9499: 9484:; still current. 9472:Proposed in the 9468: 9461: 9459:</caption> 9446:; still current. 9430: 9423: 9408:; still current. 9392: 9381: 9366:; still current. 9354:Proposed in the 9350: 9343: 9328:; still current. 9316:Proposed in the 9308: 9301: 9286:; still current. 9274:Proposed in the 9270: 9263: 9248:; still current. 9236:Proposed in the 9232: 9221: 9195:CALS Table Model 9174:; still current. 9160: 9156: 9149: 9128:; still current. 9114: 9079: 9050: 9035:; still current. 9024: 9020: 9013: 8998:; still current. 8987: 8980: 8948: 8944: 8940: 8936: 8932: 8925: 8910:; still current. 8899: 8898:<fieldset> 8892: 8877:; still current. 8866: 8859: 8824: 8773: 8755: 8747: 8743: 8737: 8717: 8675: 8659:A time selector. 8646:A date selector. 8628: 8607: 8586: 8536: 8519: 8502: 8498: 8460: 8422: 8363:; still current. 8352: 8346: 8335:; still current. 8324: 8320: 8319:<fieldset> 8313: 8287: 8280: 8265:; still current. 8251: 8236:; still current. 8225: 8221: 8210: 8154: 8147:Adds a playable 8143: 8114: 8088: 8084: 8080: 8073: 8058:; still current. 8047: 8039: 8035: 8031: 8024: 8013:; still current. 7987: 7980: 7965:; still current. 7947: 7932:; still current. 7917: 7903: 7891: 7879: 7873: 7868: 7857: 7845: 7835: 7796: 7770: 7759: 7744:; still current. 7733: 7722: 7710: 7680: 7669: 7644: 7641: 7635: 7623: 7622: 7615: 7591: 7562: 7533: 7518:; still current. 7503:, respectively.) 7502: 7501: 7498: 7495: 7492: 7489: 7486: 7481: 7480: 7477: 7474: 7471: 7468: 7465: 7451: 7435: 7420:; still current. 7409: 7395: 7362: 7329: 7296: 7263: 7230: 7215: 7211: 7207: 7198:; still current. 7183: 7176: 7172: 7161: 7135: 7128: 7112: 7108: 7103: 7099: 7093:; still current. 7075: 7071: 7064: 7049:; still current. 7028: 6999: 6983: 6974: 6961:; still current. 6947:CITE existed in 6940: 6925:; still current. 6911: 6882: 6867:; still current. 6853: 6835:; still current. 6807: 6753: 6752: 6749: 6746: 6743: 6740: 6737: 6734: 6731: 6728: 6725: 6720: 6719: 6716: 6713: 6710: 6707: 6704: 6698: 6697: 6694: 6691: 6688: 6685: 6682: 6677: 6676: 6673: 6670: 6667: 6664: 6661: 6646: 6645: 6642: 6634: 6631: 6628: 6623: 6622: 6619: 6612: 6609: 6606: 6603: 6593: 6589: 6588: 6585: 6582: 6578: 6575: 6572: 6569: 6566: 6563: 6556: 6555: 6552: 6549: 6545: 6542: 6539: 6536: 6533: 6530: 6526: 6522: 6521: 6518: 6515: 6511: 6508: 6505: 6502: 6499: 6496: 6489: 6485: 6484: 6481: 6478: 6474: 6471: 6468: 6465: 6462: 6459: 6452: 6444: 6443: 6440: 6437: 6433: 6430: 6427: 6424: 6421: 6418: 6411: 6407: 6406: 6403: 6400: 6396: 6393: 6390: 6387: 6384: 6381: 6374: 6370: 6366: 6362: 6361: 6358: 6355: 6350: 6347: 6340: 6318: 6312: 6306: 6300: 6281: 6275: 6274: 6271: 6268: 6265: 6262: 6259: 6250: 6240: 6199: 6193: 6192: 6189: 6186: 6183: 6180: 6177: 6165: 6127: 6126: 6123: 6120: 6117: 6114: 6111: 6099: 6078: 6050: 6044: 6040: 6032: 6017: 6002:; still current. 5991: 5986:>...</ 5979: 5971: 5970: 5967: 5964: 5961: 5958: 5955: 5948: 5939: 5885: 5879: 5870: 5855:. Deprecated in 5854: 5853: 5850: 5847: 5844: 5841: 5838: 5822: 5792: 5782: 5778: 5762: 5758: 5757: 5754: 5751: 5748: 5745: 5742: 5722: 5692: 5686: 5682: 5670: 5666: 5665: 5662: 5659: 5656: 5653: 5650: 5634: 5614: 5610: 5606: 5585:; still current. 5570: 5557: 5542:; still current. 5527: 5521: 5514: 5499:; still current. 5484: 5471: 5456:; still current. 5441: 5435: 5432:A code snippet ( 5428: 5411: 5410: 5407: 5404: 5399: 5398: 5395: 5392: 5387: 5386: 5383: 5380: 5375: 5374: 5371: 5368: 5340: 5333:aural user agent 5324: 5309:; still current. 5294: 5282: 5267:; still current. 5259:, and was fully 5252: 5243: 5227: 5206: 5205: 5202: 5199: 5195: 5192: 5189: 5186: 5183: 5180: 5171: 5170: 5167: 5164: 5156: 5150:</acronym> 5136:; still current. 5126: 5125: 5122: 5119: 5115: 5112: 5109: 5106: 5103: 5100: 5088: 5066: 5062: 5035: 5020: 5013: 5012: 5009: 5006: 5002: 4999: 4996: 4993: 4990: 4987: 4984: 4981: 4978: 4973: 4966: 4965: 4962: 4959: 4955: 4952: 4949: 4946: 4943: 4940: 4932: 4931: 4928: 4925: 4921: 4918: 4915: 4912: 4909: 4906: 4898: 4897: 4894: 4891: 4888: 4885: 4881: 4878: 4875: 4872: 4869: 4866: 4863: 4860: 4855: 4848: 4847: 4844: 4841: 4837: 4834: 4831: 4828: 4825: 4822: 4817: 4802: 4798: 4790: 4755: 4726: 4725: 4722: 4719: 4706:; still current. 4695: 4688: 4684: 4680: 4673: 4646: 4638: 4636:</section> 4623:; still current. 4608: 4601: 4595: 4589: 4583: 4577: 4571: 4566: 4565: 4562: 4559: 4556: 4553: 4550: 4547: 4544: 4541: 4538: 4533: 4511: 4496:; still current. 4478: 4449: 4399: 4393: 4386: 4357: 4342:; still current. 4324: 4309:; still current. 4291: 4266: 4237: 4211: 4204: 4178: 4171: 4156:; still current. 4144:Proposed in the 4123: 4108:; still current. 4090: 4047: 4039: 4000: 3993: 3980: 3975: 3957: 3928: 3893: 3891:</article> 3878:; still current. 3863: 3854: 3852:</address> 3801: 3795: 3794: 3791: 3788: 3780: 3760:; still current. 3745: 3739: 3736:) or unordered ( 3735: 3728: 3713:; still current. 3698: 3692: 3684: 3680: 3676: 3672: 3666: 3665: 3664: 3661: 3658: 3655: 3652: 3649: 3646: 3640: 3639: 3638: 3635: 3632: 3629: 3626: 3623: 3614: 3599:; still current. 3584: 3574: 3568: 3564: 3558: 3554: 3548: 3544: 3538: 3534: 3528: 3524: 3517: 3511: 3510: 3509: 3506: 3503: 3500: 3497: 3494: 3491: 3485: 3484: 3483: 3480: 3477: 3474: 3471: 3468: 3462: 3455: 3440:; still current. 3425: 3416: 3401:; still current. 3386: 3377: 3362:; still current. 3347: 3339:association list 3326: 3304:; still current. 3274: 3267: 3263: 3259: 3255: 3248: 3232: 3216: 3200: 3184: 3168: 3153:; still current. 3138: 3129: 3022:; still current. 3004: 3000: 2954: 2939:; still current. 2929: 2928: 2925: 2922: 2919: 2916: 2913: 2910: 2907: 2904: 2901: 2896: 2888: 2887: 2884: 2881: 2878: 2875: 2872: 2869: 2866: 2863: 2860: 2848: 2833:; still current. 2822: 2815: 2800:; still current. 2789: 2782: 2767:; still current. 2749: 2745: 2741: 2737: 2736: 2733: 2730: 2727: 2724: 2721: 2718: 2715: 2712: 2709: 2706: 2703: 2698: 2694: 2690: 2686: 2680: 2676: 2672: 2671: 2668: 2665: 2662: 2659: 2656: 2653: 2650: 2647: 2634: 2623: 2615: 2607: 2585: 2574:; still current. 2559: 2549: 2545: 2541: 2540: 2537: 2534: 2531: 2528: 2527:"next" 2525: 2522: 2519: 2516: 2507: 2506: 2503: 2500: 2497: 2494: 2491: 2488: 2485: 2482: 2479: 2476: 2473: 2470: 2467: 2464: 2444: 2428: 2427: 2424: 2421: 2414: 2363: 2356: 2340:; still current. 2325: 2314: 2310: 2299: 2281:; still current. 2266: 2255: 2241:; still current. 2226: 2215: 2200:; still current. 2175: 2152: 2135: 2131: 2124: 2120: 2114: 2110: 2106: 2102: 2098: 2086: 2082: 2064:elements. (With 2063: 2059: 2052: 2048: 1992:XHTML 1.0 Strict 1977:HTML 4.01 Strict 1826: 1823: 1820: 1817: 1814: 1811: 1797: 1794: 1791: 1788: 1785: 1782: 1779: 1773:for checkboxes: 1772: 1758: 1747: 1736: 1709: 1706: 1703: 1700: 1697: 1694: 1691: 1688: 1678:spaced trailing 1672: 1665: 1662: 1659: 1656: 1653: 1650: 1647: 1644: 1641: 1638: 1635: 1632: 1625: 1621: 1617: 1609: 1597: 1585: 1576: 1575: 1563: 1551: 1529: 1512: 1511: 1502: 1472: 1455: 1454: 1439:Types of element 1416: 1413: 1410: 1406: 1403: 1400: 1397: 1394: 1391: 1384: 1376: 1366: 1363: 1360: 1356: 1353: 1350: 1346: 1343: 1340: 1336: 1333: 1330: 1319: 1311: 1300: 1297: 1294: 1290: 1287: 1284: 1280: 1277: 1274: 1270: 1267: 1264: 1257: 1240: 1237: 1234: 1230: 1227: 1224: 1217: 1198: 1196: 1195: 1190: 1187: 1186: 1162: 1157: 1155: 1154: 1152: 1141: 1127: 1122: 1113: 1102: 1100: 1098: 1097: 1073: 1068: 1004: 1002: 1000: 999: 969: 964: 962: 961: 953: 948: 947: 897: 879: 874: 840: 839: 838: 827: 826: 824: 822: 808: 774: 769: 748: 747: 731: 729: 727: 725: 703: 699: 697: 694: 691: 688: 685: 668: 664: 657: 656: 653: 650: 647: 634: 591: 589: 586: 583: 580: 577: 573: 570: 567: 564: 561: 557: 554: 551: 546: 544: 541: 538: 534: 531: 528: 524: 521: 518: 513: 512: 509: 506: 501: 500: 497: 494: 473: 439: 429:might be implied 425:might be implied 321: 314: 307: 272:Rendering engine 162:named characters 46: 45: 32:Nitrosyl bromide 12978: 12977: 12973: 12972: 12971: 12969: 12968: 12967: 12948: 12947: 12937: 12936: 12923: 12918: 12907: 12905: 12896: 12885: 12883: 12862: 12860: 12850:Lie, Håkon Wium 12823: 12821: 12813:(2008-04-11) . 12807:Lie, Håkon Wium 12792: 12790: 12757: 12755: 12709: 12707: 12684: 12682: 12652: 12650: 12632: 12609: 12607: 12575: 12573: 12544: 12542: 12521: 12519: 12497: 12495: 12486: 12464: 12462: 12437: 12435: 12410: 12408: 12365: 12359: 12354: 12343:"HTML standard" 12341: 12340: 12336: 12327: 12325: 12318: 12311: 12298: 12297: 12293: 12283: 12281: 12280:. July 22, 2022 12268: 12267: 12260: 12251: 12249: 12245: 12244: 12240: 12232: 12230: 12223: 12222: 12218: 12209: 12207: 12202: 12201: 12197: 12188: 12186: 12182: 12181: 12177: 12168: 12166: 12161: 12160: 12156: 12144: 12143: 12139: 12131: 12129: 12122: 12121: 12117: 12109: 12107: 12100: 12099: 12095: 12086: 12084: 12073: 12072: 12068: 12059: 12055: 12049: 12044: 12040: 12034: 12032:Wayback Machine 12023: 12019: 12006: 12005: 12001: 11988: 11987: 11983: 11970: 11969: 11965: 11952: 11951: 11947: 11934: 11933: 11929: 11916: 11915: 11911: 11898: 11897: 11893: 11886:www.quackit.com 11880: 11879: 11875: 11862: 11861: 11857: 11843: 11839: 11825: 11821: 11811: 11809: 11796: 11795: 11791: 11781: 11779: 11774: 11773: 11769: 11761: 11759: 11752: 11751: 11744: 11736: 11734: 11727: 11726: 11722: 11714: 11712: 11705: 11704: 11700: 11692: 11690: 11683: 11682: 11678: 11670: 11668: 11661: 11660: 11656: 11648: 11646: 11639: 11638: 11634: 11626: 11622: 11609: 11608: 11604: 11591: 11590: 11586: 11576: 11574: 11572: 11554: 11550: 11542: 11540: 11533: 11532: 11528: 11522:. 5 April 2011. 11512: 11511: 11507: 11497: 11495: 11486: 11485: 11481: 11471: 11469: 11456: 11455: 11451: 11443: 11439: 11431: 11427: 11419: 11415: 11407: 11403: 11394: 11392: 11378: 11374: 11366: 11362: 11345: 11344: 11340: 11327: 11326: 11322: 11314: 11310: 11302: 11298: 11290: 11286: 11274: 11270: 11262: 11258: 11243: 11239: 11222: 11221: 11214: 11197: 11196: 11192: 11182: 11180: 11172: 11171: 11158: 11145: 11144: 11140: 11123: 11122: 11118: 11101: 11100: 11093: 11089: 11084: 11083: 11074: 11070: 11062: 11059: 11056: 11053: 11049: 11044: 11040: 11035: 11031: 11026: 11022: 11017: 11000: 10987: 10984: 10981: 10978: 10975: 10972: 10969: 10966: 10963: 10960: 10957: 10954: 10951: 10937: 10934: 10931: 10930: 10925: 10921: 10914: 10906: 10888:style="..."> 10887: 10884: 10880: 10877: 10876: 10868: 10863: 10862: 10857: 10856: 10850: 10840: 10817: 10796: 10792: 10787: 10776: 10773: 10770: 10764: 10761: 10758: 10753: 10748: 10716: 10713: 10710: 10703: 10700: 10697: 10694: 10691: 10686: 10681: 10645: 10642: 10639: 10614: 10612:Marquee element 10606: 10601: 10565: 10562: 10559: 10498: 10490: 10485: 10445: 10442: 10439: 10427: 10424: 10421: 10419:text-decoration 10418: 10415: 10408: 10400: 10395: 10372: 10364: 10356: 10352: 10344: 10341: 10340: 10339: 10332: 10300: 10294: 10289: 10252: 10247: 10206: 10196: 10193: 10188: 10151: 10146: 10119:Tim Berners-Lee 10115: 10110: 10109: 10105: 10102: 10099: 10095: 10092: 10089: 10086: 10083: 10080: 10077: 10074: 10071: 10067: 10064: 10061: 10058: 10055: 10052: 10049: 10046: 10043: 10040: 10031: 10028: 10023: 10022: 10018: 10015: 10012: 10008: 10005: 10002: 9999: 9996: 9993: 9986: 9984: 9982: 9981: 9978: 9975: 9972: 9969: 9966: 9963: 9960: 9957: 9954: 9951: 9942: 9938: 9922: 9904: 9900: 9896: 9891: 9883: 9878: 9855: 9851: 9847: 9843: 9838: 9834: 9830: 9827:</iframe> 9797: 9793: 9788: 9755: 9751: 9747: 9743: 9738: 9710:HTML attributes 9706: 9702: 9698: 9694: 9689: 9669: 9665: 9661: 9657: 9653: 9646: 9642: 9619: 9615: 9609: 9584: 9580: 9576: 9542: 9538: 9504: 9500: 9474:HTML 3.0 Drafts 9466: 9462: 9428: 9424: 9390: 9382: 9356:HTML 3.0 Drafts 9348: 9344: 9318:HTML 3.0 Drafts 9306: 9302: 9276:HTML 3.0 Drafts 9268: 9264: 9238:HTML 3.0 Drafts 9230: 9227:HTML attributes 9222: 9185:HTML 3.0 Drafts 9181: 9162:HTML attributes 9158: 9154: 9150: 9141: 9115: 9112:</select> 9106: 9080: 9051: 9048:</output> 9022: 9018: 9014: 8985: 8981: 8978:</option> 8972: 8946: 8942: 8938: 8934: 8930: 8926: 8897: 8893: 8890:</legend> 8864: 8860: 8851: 8825: 8820: 8818:</keygen> 8802:HTML 4.0 Strict 8771: 8762:percent-encoded 8745: 8741: 8738: 8733: 8715: 8712: 8711: 8702:A color picker. 8699: 8698: 8686: 8685: 8673: 8672:A variation of 8669: 8668: 8656: 8655: 8643: 8642: 8626: 8625:A variation of 8622: 8621: 8610:email addresses 8605: 8604:A variation of 8601: 8600: 8584: 8583:A variation of 8580: 8579: 8563: 8562: 8534: 8533:A variation of 8530: 8529: 8517: 8516:A variation of 8513: 8512: 8500: 8496: 8488: 8487: 8471: 8470: 8458: 8450: 8449: 8433: 8432: 8420: 8416: 8415: 8397: 8396: 8378: 8377: 8350: 8347: 8322: 8318: 8314: 8285: 8281: 8252: 8249:</button> 8223: 8219: 8211: 8202: 8178: 8172: 8152: 8144: 8115: 8086: 8082: 8078: 8074: 8071:</source> 8045: 8042:HTML attributes 8037: 8033: 8029: 8025: 7985: 7981: 7978:</object> 7948: 7915: 7906:Marc Andreessen 7901: 7889: 7877: 7871: 7866: 7858: 7843: 7836: 7805: 7797: 7794:</canvas> 7768: 7760: 7731: 7723: 7708: 7705:HTML 4.0 Strict 7678: 7670: 7665: 7663:</applet> 7645: 7639: 7636: 7633: 7624: 7620: 7613: 7592: 7563: 7534: 7508:HTML 3.0 Drafts 7499: 7496: 7493: 7490: 7487: 7484: 7478: 7475: 7472: 7469: 7466: 7463: 7460: 7452: 7436: 7407: 7396: 7393:</script> 7368:ruby annotation 7363: 7335:ruby annotation 7330: 7302:ruby annotation 7297: 7269:ruby annotation 7264: 7236:ruby annotation 7231: 7213: 7209: 7205: 7181: 7174: 7166: 7162: 7133: 7129: 7110: 7106: 7101: 7097: 7083: 7073: 7069: 7065: 7039: 7029: 7000: 6981: 6972: 6941: 6912: 6883: 6854: 6842: 6816: 6808: 6792: 6784:HTML 4.0 Strict 6750: 6747: 6744: 6741: 6738: 6735: 6732: 6729: 6726: 6723: 6721:corresponds to 6717: 6714: 6711: 6708: 6705: 6702: 6695: 6692: 6689: 6686: 6683: 6680: 6678:corresponds to 6674: 6672:"red" 6671: 6668: 6665: 6662: 6659: 6654: 6650: 6643: 6641: 6638: 6635: 6632: 6629: 6626: 6625: 6624:corresponds to 6620: 6617: 6613: 6610: 6607: 6604: 6601: 6600: 6591: 6586: 6583: 6580: 6576: 6573: 6570: 6567: 6564: 6561: 6553: 6550: 6547: 6543: 6540: 6537: 6534: 6531: 6528: 6524: 6519: 6516: 6513: 6509: 6506: 6503: 6500: 6497: 6494: 6487: 6482: 6479: 6476: 6472: 6469: 6466: 6463: 6460: 6457: 6446: 6441: 6438: 6435: 6431: 6428: 6425: 6422: 6419: 6416: 6409: 6404: 6401: 6398: 6394: 6391: 6388: 6385: 6382: 6379: 6372: 6368: 6364: 6359: 6356: 6353: 6351: 6348: 6345: 6341: 6336: 6316: 6310: 6304: 6298: 6279: 6272: 6269: 6266: 6263: 6260: 6257: 6249:typewriter-like 6248: 6241: 6236: 6218:HTML 4.0 Strict 6197: 6190: 6187: 6184: 6181: 6179:text-decoration 6178: 6175: 6166: 6161: 6159:</strike> 6124: 6121: 6118: 6115: 6112: 6109: 6106: 6100: 6095: 6076: 6065:HTML 4.0 Strict 6048: 6042: 6038: 6030: 6018: 5981: 5977: 5968: 5965: 5962: 5959: 5956: 5953: 5940: 5914:HTML 4.0 Strict 5883: 5877: 5868: 5851: 5848: 5845: 5842: 5840:text-decoration 5839: 5836: 5823: 5790: 5780: 5776: 5760: 5755: 5752: 5749: 5746: 5743: 5740: 5723: 5690: 5684: 5680: 5668: 5663: 5660: 5657: 5654: 5651: 5648: 5635: 5612: 5608: 5604: 5592: 5568: 5564: 5558: 5525: 5519: 5515: 5482: 5478: 5472: 5439: 5433: 5429: 5408: 5405: 5402: 5396: 5393: 5390: 5388:), user input ( 5384: 5381: 5378: 5372: 5369: 5366: 5362: 5338: 5325: 5322:</strong> 5292: 5283: 5250: 5244: 5225: 5203: 5200: 5197: 5193: 5190: 5187: 5184: 5181: 5178: 5168: 5165: 5162: 5160:Similar to the 5157: 5152: 5123: 5120: 5117: 5113: 5110: 5107: 5104: 5101: 5098: 5089: 5073: 5064: 5060: 5057: 5055:Phrase elements 5033: 5018: 5010: 5007: 5004: 5000: 4997: 4994: 4991: 4989:"URL" 4988: 4985: 4982: 4979: 4976: 4971: 4963: 4960: 4957: 4956:contents, above 4953: 4950: 4947: 4944: 4941: 4938: 4929: 4926: 4923: 4919: 4916: 4913: 4910: 4907: 4904: 4895: 4892: 4889: 4886: 4883: 4879: 4876: 4873: 4870: 4867: 4864: 4861: 4858: 4853: 4845: 4842: 4839: 4835: 4833:"foo" 4832: 4829: 4826: 4823: 4820: 4815: 4804:HTML attributes 4800: 4796: 4788: 4756: 4740: 4733: 4723: 4720: 4717: 4713: 4711:Inline elements 4693: 4686: 4682: 4678: 4674: 4671:</script> 4644: 4639: 4606: 4599: 4593: 4587: 4581: 4575: 4569: 4563: 4560: 4557: 4554: 4551: 4548: 4545: 4542: 4539: 4536: 4531: 4512: 4479: 4450: 4428:HTML 4.0 Strict 4397: 4391: 4387: 4358: 4325: 4292: 4267: 4264:</header> 4238: 4235:</footer> 4209: 4205: 4176: 4172: 4169:</figure> 4146:HTML 3.0 Drafts 4132: 4124: 4091: 4045: 4040: 4035: 4033:</center> 3998: 3991: 3978: 3973: 3966: 3958: 3929: 3902: 3900:Article element 3894: 3861: 3855: 3839: 3830:HTML 4.0 Strict 3799: 3792: 3789: 3786: 3781: 3776: 3743: 3737: 3733: 3729: 3696: 3690: 3682: 3678: 3677:(the default), 3674: 3671: 3668: 3662: 3659: 3656: 3653: 3651:list-style-type 3650: 3647: 3644: 3642: 3636: 3634:"foo" 3633: 3630: 3627: 3624: 3621: 3619: 3615: 3582: 3572: 3566: 3562: 3556: 3552: 3546: 3542: 3536: 3532: 3526: 3522: 3516: 3513: 3507: 3504: 3501: 3498: 3496:list-style-type 3495: 3492: 3489: 3487: 3481: 3479:"foo" 3478: 3475: 3472: 3469: 3466: 3464: 3460: 3456: 3423: 3417: 3384: 3378: 3345: 3336: 3327: 3311: 3269: 3265: 3261: 3257: 3253: 3249: 3233: 3217: 3201: 3185: 3169: 3136: 3130: 3114: 3056: 3029: 3002: 2998: 2955: 2926: 2923: 2920: 2917: 2914: 2911: 2908: 2905: 2902: 2899: 2894: 2885: 2882: 2879: 2876: 2873: 2870: 2867: 2864: 2861: 2858: 2849: 2820: 2816: 2813:</script> 2787: 2783: 2780:</object> 2747: 2743: 2739: 2734: 2731: 2728: 2725: 2723:"bar" 2722: 2719: 2716: 2714:"foo" 2713: 2710: 2707: 2704: 2701: 2696: 2692: 2691:and associated 2688: 2684: 2678: 2674: 2669: 2667:"bar" 2666: 2663: 2660: 2658:"foo" 2657: 2654: 2651: 2648: 2645: 2632: 2621: 2613: 2610:key-value pairs 2605: 2602:HTML attributes 2594: 2586: 2557: 2552:HTML attributes 2547: 2543: 2542:. A document's 2538: 2536:"url" 2535: 2532: 2529: 2526: 2523: 2520: 2517: 2514: 2504: 2501: 2498: 2495: 2493:"url" 2492: 2489: 2486: 2483: 2480: 2477: 2474: 2471: 2468: 2465: 2462: 2445: 2425: 2422: 2419: 2415: 2410: 2396:HTML 4.0 Strict 2361: 2357: 2352: 2323: 2317:HTML attributes 2312: 2308: 2300: 2288: 2256: 2216: 2176: 2160: 2150: 2133: 2129: 2122: 2118: 2112: 2108: 2104: 2100: 2096: 2089:HTML attributes 2087:, with related 2084: 2080: 2061: 2057: 2050: 2046: 2013: 1894: 1882:eXtensible HTML 1833: 1828: 1827: 1824: 1821: 1818: 1815: 1812: 1809: 1799: 1798: 1795: 1792: 1789: 1786: 1783: 1780: 1777: 1770: 1756: 1752: 1749: 1745: 1741: 1738: 1735: 1731: 1728: 1720:HTML attributes 1716: 1711: 1710: 1707: 1704: 1701: 1698: 1695: 1692: 1689: 1686: 1670: 1667: 1666: 1663: 1660: 1657: 1654: 1651: 1648: 1645: 1642: 1639: 1636: 1633: 1630: 1623: 1619: 1615: 1612:hard line-break 1607: 1595: 1591: 1583: 1579: 1573: 1572: 1561: 1549: 1545: 1527: 1523: 1509: 1508: 1500: 1496: 1480:some amount of 1475:HTML attributes 1470: 1466: 1453:Normal elements 1452: 1451: 1441: 1418: 1417: 1414: 1411: 1408: 1404: 1401: 1398: 1395: 1392: 1389: 1382: 1374: 1371:HTML attributes 1368: 1367: 1364: 1361: 1358: 1354: 1351: 1348: 1344: 1341: 1338: 1334: 1331: 1328: 1317: 1309: 1302: 1301: 1298: 1295: 1292: 1288: 1285: 1282: 1278: 1275: 1272: 1268: 1265: 1262: 1255: 1242: 1241: 1238: 1235: 1232: 1228: 1225: 1222: 1215: 1204: 1203: 1202: 1199: 1164: 1163: 1142: 1131: 1129: 1128: 1109: 1103: 1101: 1075: 1074: 1005: 1003: 971: 970: 955: 954: 884: 881: 880: 846: 844: 842: 831: 830: 829: 809: 780: 778: 776: 775: 753: 751: 734: 733: 732: 730: 728: 726: 723: 720: 719: 715: 710: 701: 695: 692: 689: 686: 683: 672:inline elements 666: 662: 654: 651: 648: 645: 637: 632: 606: 587: 584: 581: 578: 575: 571: 568: 565: 562: 559: 555: 552: 549: 542: 539: 536: 532: 529: 526: 522: 519: 516: 510: 507: 504: 498: 495: 492: 477: 474: 469: 464: 460: 456: 452: 440: 435: 422: 389: 376: 368:HTML attributes 354:of simple HTML 341:Tim Berners-Lee 325: 42: 35: 28: 17: 12: 11: 5: 12976: 12966: 12965: 12960: 12946: 12945: 12934: 12922: 12921:External links 12919: 12917: 12916: 12894: 12871: 12868: 12834: 12829: 12803: 12798: 12768: 12763: 12725: 12718: 12703:(1995-03-24). 12697: 12690: 12668: 12661: 12646:(1992-11-03). 12640: 12637:HTML Tags: 12631: 12628: 12627: 12626: 12593: 12588: 12562: 12557: 12530: 12508: 12506:XHTML 1.1: 12503: 12484: 12482:XHTML 1.0: 12479: 12448: 12446:HTML 4.01: 12443: 12427:(1997-01-14). 12421: 12416: 12371: 12364: 12363:HTML standards 12361: 12360: 12358: 12355: 12353: 12352: 12334: 12309: 12291: 12258: 12238: 12216: 12195: 12175: 12154: 12137: 12115: 12093: 12066: 12053: 12038: 12017: 11999: 11990:"<time>" 11981: 11963: 11954:"<ruby>" 11945: 11927: 11909: 11891: 11873: 11864:"<data>" 11855: 11837: 11819: 11789: 11767: 11742: 11720: 11698: 11676: 11654: 11632: 11620: 11602: 11584: 11570: 11548: 11526: 11505: 11479: 11449: 11437: 11425: 11413: 11401: 11372: 11360: 11357:. 7 June 2011. 11338: 11320: 11308: 11296: 11284: 11268: 11256: 11237: 11212: 11190: 11156: 11138: 11116: 11090: 11088: 11085: 11082: 11081: 11068: 11047: 11038: 11029: 11019: 11018: 11016: 11013: 11012: 11011: 11006: 11004:HTML attribute 10999: 10996: 10995: 10994: 10993: 10992: 10949: 10942: 10926:<script> 10918: 10858:Xbegin<!--Y 10797: 10790: 10786: 10783: 10782: 10781: 10754: 10737: 10735: 10733: 10707: 10687: 10670: 10668: 10666: 10649:originated in 10636: 10610:Main article: 10607: 10590: 10588: 10586: 10569:originated in 10556: 10494:Main article: 10491: 10483:</layer> 10474: 10472: 10470: 10449:originated in 10436: 10404:Main article: 10401: 10393:</blink> 10384: 10382: 10353: 10337: 10336: 10335: 10333: 10331: 10328: 10327: 10326: 10301:<nextid> 10298: 10295: 10282: 10280: 10278: 10260: 10253: 10236: 10234: 10232: 10204: 10194: 10181: 10179: 10177: 10159: 10152: 10135: 10133: 10114: 10111: 10042: 10039: 10036: 10027: 10024: 9992: 9953: 9950: 9947: 9927:screen readers 9918: 9905:<iframe> 9882: 9876: 9875: 9874: 9869:Transitional, 9859: 9839:<iframe> 9831: 9817: 9815: 9810:Transitional, 9801: 9794: 9777: 9775: 9773: 9759: 9744: 9731: 9729: 9727: 9713: 9695: 9678: 9676: 9670:<iframe> 9651: 9620:<iframe> 9611:Main article: 9608: 9605: 9604: 9603: 9588: 9577: 9573:</tfoot> 9563: 9561: 9546: 9539: 9535:</tbody> 9525: 9523: 9508: 9501: 9497:</thead> 9487: 9485: 9470: 9463: 9449: 9447: 9432: 9425: 9411: 9409: 9394: 9383: 9369: 9367: 9352: 9345: 9331: 9329: 9314: 9303: 9289: 9287: 9272: 9265: 9251: 9249: 9234: 9223: 9219:</table> 9209: 9180: 9177: 9176: 9175: 9165: 9151: 9131: 9129: 9119: 9116: 9096: 9094: 9084: 9081: 9067: 9065: 9055: 9052: 9038: 9036: 9026: 9023:<select> 9021:elements in a 9019:<option> 9015: 9001: 8999: 8989: 8986:<select> 8982: 8962: 8960: 8950: 8927: 8923:</meter> 8913: 8911: 8901: 8894: 8880: 8878: 8868: 8861: 8857:</label> 8841: 8839: 8829: 8826: 8809: 8807: 8805: 8769: 8739: 8726: 8724: 8722: 8721: 8720: 8713: 8705: 8703: 8700: 8692: 8690: 8687: 8679: 8677: 8670: 8662: 8660: 8657: 8649: 8647: 8644: 8636: 8634: 8623: 8615: 8613: 8602: 8594: 8592: 8581: 8573: 8571: 8564: 8556: 8554: 8540: 8531: 8523: 8521: 8514: 8506: 8504: 8489: 8481: 8479: 8472: 8464: 8462: 8451: 8443: 8441: 8434: 8426: 8424: 8421:<button> 8417: 8409: 8407: 8398: 8390: 8388: 8379: 8371: 8364: 8354: 8348: 8338: 8336: 8326: 8323:<legend> 8315: 8301: 8299: 8289: 8282: 8268: 8266: 8256: 8253: 8239: 8237: 8227: 8212: 8192: 8174:Main article: 8171: 8168: 8167: 8166: 8156: 8145: 8141:</video> 8131: 8129: 8119: 8116: 8112:</track> 8102: 8100: 8090: 8075: 8061: 8059: 8049: 8038:<object> 8034:<object> 8030:<applet> 8026: 8016: 8014: 8004: 7982: 7968: 7966: 7956: 7949: 7935: 7933: 7913: 7859: 7849: 7847: 7844:<object> 7840: 7837: 7833:</embed> 7823: 7821: 7811: 7803:Canvas element 7801:Main article: 7798: 7784: 7782: 7772: 7763:Adds playable 7761: 7757:</audio> 7747: 7745: 7735: 7724: 7714: 7712: 7709:<object> 7682: 7679:<object> 7671: 7654: 7652: 7647: 7646: 7627: 7625: 7618: 7612: 7609: 7608: 7607: 7596: 7593: 7583: 7581: 7571: 7564: 7550: 7548: 7538: 7535: 7521: 7519: 7504: 7488:vertical-align 7467:vertical-align 7456: 7453: 7439: 7437: 7423: 7421: 7411: 7408:<script> 7406: 7397: 7383: 7381: 7371: 7364: 7350: 7348: 7338: 7331: 7317: 7315: 7305: 7298: 7284: 7282: 7272: 7265: 7251: 7249: 7239: 7232: 7218: 7216: 7199: 7189: 7179: 7163: 7149: 7147: 7137: 7130: 7116: 7114: 7109:elements. Two 7094: 7084: 7082:Inserted text. 7081: 7066: 7052: 7050: 7040: 7037: 7030: 7016: 7014: 7004: 7001: 6987: 6985: 6962: 6945: 6942: 6928: 6926: 6916: 6913: 6899: 6897: 6887: 6884: 6870: 6868: 6858: 6855: 6845: 6841: 6838: 6837: 6836: 6826: 6812:Main article: 6809: 6795: 6791: 6788: 6787: 6761: 6760: 6759: 6699: 6656: 6652: 6651:and unit-size 6648: 6639: 6636: 6615: 6596: 6595: 6558: 6541:"-1" 6507:"+1" 6491: 6454: 6413: 6342: 6325: 6323: 6321: 6277: 6242: 6225: 6223: 6221: 6195: 6167: 6150: 6148: 6146: 6128: 6104: 6101: 6084: 6082: 6080: 6077:<strike> 6046: 6031:<strike> 6019: 6005: 6003: 5993: 5941: 5937:</small> 5927: 5925: 5881: 5859:. Restored in 5824: 5810: 5808: 5788: 5730:, set font to 5724: 5710: 5708: 5688: 5685:<strong> 5669:<strong> 5642:, set font to 5636: 5622: 5591: 5588: 5587: 5586: 5566: 5562: 5559: 5545: 5543: 5523: 5516: 5502: 5500: 5480: 5476: 5473: 5459: 5457: 5437: 5430: 5416: 5376:), variables ( 5361: 5358: 5357: 5356: 5336: 5326: 5312: 5310: 5290: 5288: 5284: 5270: 5268: 5248: 5245: 5231: 5229: 5207: 5158: 5141: 5139: 5137: 5127: 5090: 5076: 5072: 5069: 5065:<strong> 5056: 5053: 5052: 5051: 5031: 4970:The attribute 4757: 4743: 4732: 4729: 4712: 4709: 4708: 4707: 4697: 4694:<script> 4675: 4661: 4659: 4649: 4640: 4626: 4624: 4604: 4576:<object> 4513: 4499: 4497: 4487: 4480: 4466: 4464: 4454: 4451: 4437: 4435: 4395: 4388: 4374: 4372: 4362: 4359: 4345: 4343: 4333: 4326: 4312: 4310: 4300: 4297:thematic break 4293: 4283: 4281: 4271: 4268: 4254: 4252: 4242: 4239: 4225: 4223: 4213: 4210:<figure> 4206: 4195:<figcaption 4192: 4190: 4180: 4173: 4159: 4157: 4142: 4128:Main article: 4125: 4111: 4109: 4099: 4092: 4078: 4076: 4050: 4041: 4024: 4022: 4020: 3996: 3962:Main article: 3959: 3948:<blockquote 3945: 3943: 3933: 3930: 3926:</aside> 3916: 3914: 3904: 3898:Main article: 3895: 3881: 3879: 3859: 3856: 3842: 3838: 3835: 3834: 3833: 3797: 3782: 3765: 3763: 3761: 3741: 3730: 3716: 3714: 3694: 3669: 3616: 3602: 3600: 3580: 3570: 3569: 3559: 3549: 3539: 3529: 3514: 3457: 3443: 3441: 3421: 3418: 3404: 3402: 3382: 3379: 3365: 3363: 3343: 3328: 3314: 3310: 3307: 3306: 3305: 3288: 3286: 3250: 3236: 3234: 3220: 3218: 3204: 3202: 3188: 3186: 3172: 3170: 3156: 3154: 3134: 3131: 3117: 3113: 3110: 3106: 3105: 3090: 3083: 3075: 3055: 3054:Block elements 3052: 3048: 3047: 3044: 3028: 3025: 3024: 3023: 3006: 2996: 2995: 2985: 2981: 2978: 2956: 2952:</title> 2942: 2940: 2930: 2850: 2846:</style> 2836: 2834: 2824: 2817: 2803: 2801: 2791: 2784: 2770: 2768: 2758: 2732:"DC" 2590:Main article: 2587: 2577: 2575: 2555: 2446: 2436: 2434: 2416: 2403: 2401: 2399: 2373: 2358: 2345: 2343: 2341: 2320: 2301: 2291: 2287: 2284: 2283: 2282: 2272: 2269: 2257: 2244: 2242: 2232: 2229: 2217: 2203: 2201: 2191: 2188: 2177: 2163: 2159: 2156: 2155: 2154: 2147: 2141: 2126: 2116: 2085:<script> 2012: 2009: 1950: 1949: 1943: 1933: 1910:user agents). 1893: 1892:Element status 1890: 1832: 1829: 1808: 1776: 1754: 1750: 1743: 1739: 1733: 1729: 1715: 1712: 1685: 1629: 1596: /> 1593: 1581: 1567: 1558: 1557: 1547: 1538: 1531: 1525: 1505: 1504: 1498: 1485: 1478: 1468: 1440: 1437: 1388: 1347:42 Wallaby Way 1327: 1323: 1315: 1281:42 Wallaby Way 1261: 1247: 1221: 1212:angle brackets 1200: 1185: 1182: 1179: 1176: 1173: 1170: 1167: 1160: 1151: 1148: 1145: 1140: 1137: 1134: 1125: 1120: 1116: 1112: 1107: 1096: 1093: 1090: 1087: 1084: 1081: 1078: 1071: 1066: 1063: 1060: 1057: 1054: 1051: 1048: 1045: 1042: 1039: 1033: 1027: 1024: 1018: 1015: 1012: 1009: 998: 995: 992: 986: 983: 980: 977: 974: 967: 959: 952: 944: 941: 938: 935: 932: 926: 923: 920: 917: 914: 911: 908: 905: 902: 896: 893: 890: 887: 877: 873: 870: 867: 864: 861: 858: 855: 852: 849: 837: 834: 821: 818: 815: 812: 807: 804: 801: 798: 795: 792: 789: 786: 783: 772: 768: 765: 762: 759: 756: 742: 738: 718: 717: 716: 714: 711: 709: 706: 636: 630: 605: 602: 595: 489: 467: 462: 458: 433: 388: 385: 375: 372: 327: 326: 324: 323: 316: 309: 301: 298: 297: 296: 295: 290: 282: 281: 277: 276: 275: 274: 269: 264: 259: 254: 253: 252: 242: 241: 240: 235: 230: 220: 219: 218: 208: 203: 198: 197: 196: 186: 181: 176: 171: 170: 169: 164: 154: 149: 144: 143: 142: 135:HTML attribute 132: 131: 130: 125: 120: 115: 105: 104: 103: 101:Mobile Profile 98: 88: 87: 86: 81: 76: 71: 61: 53: 52: 15: 9: 6: 4: 3: 2: 12975: 12964: 12961: 12959: 12956: 12955: 12953: 12944: 12935: 12933: 12929: 12925: 12924: 12915: 12903: 12899: 12895: 12893: 12881: 12877: 12872: 12869: 12859: 12855: 12851: 12847: 12843: 12842:Çelik, Tantek 12839: 12835: 12830: 12820: 12816: 12812: 12808: 12804: 12799: 12789: 12785: 12781: 12777: 12773: 12769: 12764: 12754: 12751: 12746: 12741: 12737: 12733: 12732: 12726: 12724: 12719: 12717: 12706: 12702: 12701:Raggett, Dave 12698: 12696: 12691: 12681: 12678:(June 1993). 12677: 12676:Connolly, Dan 12673: 12669: 12667: 12662: 12660: 12649: 12645: 12641: 12639: 12634: 12633: 12630:Other sources 12625: 12623: 12619: 12606: 12602: 12598: 12594: 12589: 12587: 12585: 12572: 12568: 12563: 12558: 12556: 12554: 12541: 12537: 12531: 12529: 12518: 12514: 12509: 12504: 12494:. 2002-08-01 12493: 12489: 12485: 12480: 12477: 12473: 12461: 12457: 12453: 12452:Raggett, Dave 12449: 12444: 12434: 12430: 12426: 12425:Raggett, Dave 12422: 12419:HTML 3.2: 12417: 12407: 12404: 12399: 12394: 12390: 12386: 12385: 12380: 12379:Connolly, Dan 12376: 12372: 12369:HTML 2.0: 12367: 12366: 12348: 12344: 12338: 12323: 12316: 12314: 12305: 12301: 12300:"<xmp>" 12295: 12279: 12275: 12271: 12265: 12263: 12248: 12242: 12228: 12227: 12220: 12205: 12199: 12185: 12179: 12164: 12158: 12151: 12147: 12141: 12127: 12126: 12119: 12105: 12104: 12097: 12082: 12081: 12076: 12070: 12063: 12057: 12050:<embed> 12047: 12042: 12035:<embed> 12033: 12029: 12026: 12021: 12013: 12009: 12008:"<wbr>" 12003: 11995: 11991: 11985: 11977: 11973: 11967: 11959: 11955: 11949: 11941: 11937: 11931: 11923: 11919: 11913: 11905: 11901: 11895: 11887: 11883: 11877: 11869: 11865: 11859: 11852: 11848: 11847: 11841: 11834: 11830: 11829: 11823: 11807: 11803: 11799: 11793: 11777: 11771: 11757: 11756: 11749: 11747: 11732: 11731: 11724: 11710: 11709: 11702: 11688: 11687: 11680: 11666: 11665: 11658: 11644: 11643: 11636: 11629: 11624: 11616: 11612: 11606: 11598: 11594: 11588: 11573: 11567: 11562: 11561: 11552: 11538: 11537: 11530: 11521: 11520: 11515: 11509: 11493: 11489: 11483: 11467: 11463: 11459: 11453: 11446: 11441: 11434: 11429: 11422: 11417: 11410: 11405: 11391: 11387: 11383: 11376: 11369: 11364: 11356: 11352: 11348: 11342: 11334: 11330: 11324: 11317: 11312: 11305: 11300: 11293: 11288: 11281: 11280:eXtensibility 11277: 11272: 11265: 11260: 11252: 11248: 11241: 11233: 11229: 11225: 11219: 11217: 11208: 11204: 11200: 11194: 11179: 11175: 11169: 11167: 11165: 11163: 11161: 11152: 11148: 11142: 11134: 11130: 11126: 11120: 11112: 11108: 11104: 11098: 11096: 11091: 11078: 11072: 11054:However, see 11051: 11042: 11033: 11024: 11020: 11010: 11007: 11005: 11002: 11001: 10947: 10943: 10922:<style> 10919: 10912: 10904: 10903: 10902: 10899: 10895: 10892: 10872: 10861:and the text 10846: 10813: 10811: 10807: 10803: 10798: 10788: 10755: 10751: 10747: 10743: 10740: 10731: 10727: 10723: 10708: 10688: 10684: 10680: 10679:</nobr> 10676: 10673: 10664: 10660: 10656: 10652: 10637: 10634: 10630: 10626: 10622: 10618: 10613: 10608: 10604: 10600: 10596: 10593: 10584: 10580: 10576: 10572: 10557: 10554: 10550: 10546: 10542: 10538: 10534: 10530: 10526: 10522: 10518: 10514: 10510: 10506: 10502: 10497: 10496:Layer element 10492: 10488: 10484: 10480: 10477: 10468: 10464: 10460: 10456: 10452: 10437: 10434: 10412: 10407: 10406:Blink element 10402: 10398: 10394: 10390: 10387: 10380: 10379: 10377: 10371: 10368: 10361: 10359: 10351: 10348: 10324: 10320: 10316: 10312: 10308: 10307: 10299: 10296: 10292: 10288: 10285: 10276: 10272: 10268: 10264: 10261: 10258: 10254: 10250: 10246: 10242: 10239: 10230: 10226: 10222: 10218: 10214: 10213: 10205: 10202: 10195: 10191: 10187: 10184: 10183:<plaintext 10175: 10171: 10167: 10163: 10160: 10157: 10153: 10149: 10145: 10141: 10138: 10131: 10130: 10128: 10124: 10120: 10035: 9990: 9946: 9936: 9932: 9931:accessibility 9928: 9920: 9916: 9914: 9910: 9894: 9888: 9872: 9868: 9864: 9860: 9832: 9828: 9824: 9821: 9813: 9809: 9805: 9802: 9795: 9791: 9787: 9783: 9780: 9771: 9767: 9763: 9760: 9745: 9741: 9737: 9734: 9725: 9721: 9717: 9714: 9711: 9696: 9692: 9688: 9684: 9681: 9674: 9673: 9649: 9639: 9637: 9633: 9629: 9625: 9614: 9601: 9597: 9593: 9589: 9585:<thead> 9581:<table> 9578: 9574: 9570: 9567: 9559: 9555: 9551: 9547: 9543:<table> 9540: 9536: 9532: 9529: 9521: 9517: 9513: 9509: 9505:<table> 9502: 9498: 9494: 9491: 9483: 9479: 9475: 9471: 9467:<table> 9464: 9460: 9456: 9453: 9445: 9441: 9437: 9433: 9429:<table> 9426: 9422: 9418: 9415: 9407: 9403: 9399: 9395: 9391:<table> 9388: 9384: 9380: 9376: 9373: 9365: 9361: 9357: 9353: 9349:<table> 9346: 9342: 9338: 9335: 9327: 9323: 9319: 9315: 9312: 9307:<table> 9304: 9300: 9296: 9293: 9285: 9281: 9277: 9273: 9269:<table> 9266: 9262: 9258: 9255: 9247: 9243: 9239: 9235: 9228: 9224: 9220: 9216: 9213: 9207: 9206: 9204: 9200: 9196: 9192: 9191: 9186: 9173: 9169: 9166: 9163: 9152: 9148: 9144: 9139: 9135: 9127: 9123: 9120: 9117: 9113: 9109: 9104: 9100: 9092: 9088: 9085: 9082: 9078: 9074: 9071: 9063: 9059: 9056: 9053: 9049: 9045: 9042: 9034: 9030: 9027: 9016: 9012: 9008: 9005: 8997: 8993: 8990: 8983: 8979: 8975: 8970: 8966: 8958: 8954: 8951: 8928: 8924: 8920: 8917: 8909: 8905: 8902: 8895: 8891: 8887: 8884: 8876: 8872: 8869: 8862: 8858: 8854: 8849: 8845: 8837: 8833: 8830: 8827: 8823: 8819: 8815: 8812: 8803: 8799: 8795: 8791: 8787: 8783: 8779: 8778: 8770: 8767: 8763: 8759: 8754: 8753: 8740: 8736: 8732: 8729: 8714: 8709: 8701: 8696: 8688: 8683: 8671: 8666: 8658: 8653: 8645: 8640: 8632: 8624: 8619: 8611: 8603: 8598: 8590: 8582: 8577: 8569: 8565: 8560: 8552: 8548: 8544: 8538: 8532: 8527: 8515: 8510: 8494: 8490: 8485: 8477: 8473: 8468: 8456: 8452: 8447: 8439: 8435: 8430: 8418: 8413: 8405: 8404: 8399: 8394: 8386: 8385: 8380: 8375: 8369: 8368: 8365: 8362: 8358: 8355: 8351:<input> 8349: 8345: 8342: 8334: 8330: 8327: 8316: 8312: 8308: 8305: 8297: 8293: 8290: 8283: 8279: 8275: 8272: 8264: 8260: 8257: 8254: 8250: 8246: 8243: 8235: 8231: 8228: 8217: 8213: 8209: 8208:</form> 8205: 8200: 8196: 8190: 8189: 8186: 8184: 8177: 8164: 8160: 8157: 8150: 8146: 8142: 8138: 8135: 8127: 8123: 8120: 8117: 8113: 8109: 8106: 8098: 8094: 8091: 8087:<audio> 8083:<video> 8076: 8072: 8068: 8065: 8057: 8053: 8050: 8043: 8027: 8023: 8020: 8012: 8008: 8005: 8002: 7999: 7995: 7991: 7983: 7979: 7975: 7972: 7964: 7960: 7957: 7954: 7950: 7946: 7942: 7939: 7931: 7927: 7923: 7922: 7914: 7911: 7907: 7899: 7898:Google Chrome 7895: 7887: 7883: 7875: 7864: 7860: 7856: 7853: 7841: 7838: 7834: 7830: 7827: 7819: 7815: 7812: 7809: 7804: 7799: 7795: 7791: 7788: 7780: 7776: 7773: 7766: 7762: 7758: 7754: 7751: 7743: 7739: 7736: 7729: 7725: 7721: 7718: 7706: 7702: 7698: 7694: 7690: 7686: 7683: 7676: 7672: 7668: 7664: 7660: 7657: 7650: 7643: 7631: 7626: 7617: 7616: 7605: 7601: 7597: 7594: 7590: 7587: 7579: 7575: 7572: 7569: 7565: 7561: 7560:</time> 7557: 7554: 7546: 7542: 7539: 7536: 7532: 7528: 7525: 7517: 7513: 7509: 7505: 7459: 7454: 7450: 7446: 7443: 7434: 7430: 7427: 7419: 7415: 7412: 7404: 7402: 7398: 7394: 7390: 7387: 7379: 7375: 7372: 7369: 7366:Represents a 7365: 7361: 7360:</ruby> 7357: 7354: 7346: 7342: 7339: 7336: 7332: 7328: 7324: 7321: 7313: 7309: 7306: 7303: 7299: 7295: 7291: 7288: 7280: 7276: 7273: 7270: 7266: 7262: 7258: 7255: 7247: 7243: 7240: 7237: 7233: 7229: 7225: 7222: 7200: 7197: 7193: 7190: 7187: 7177: 7170: 7164: 7160: 7156: 7153: 7145: 7141: 7138: 7131: 7127: 7126:</mark> 7123: 7120: 7095: 7092: 7088: 7085: 7079: 7067: 7063: 7059: 7056: 7048: 7044: 7041: 7038:Deleted text. 7035: 7034:strikethrough 7031: 7027: 7023: 7020: 7012: 7008: 7005: 7002: 6998: 6997:</data> 6994: 6991: 6978: 6970: 6966: 6963: 6960: 6956: 6952: 6951: 6946: 6943: 6939: 6938:</cite> 6935: 6932: 6924: 6920: 6917: 6914: 6910: 6906: 6903: 6895: 6891: 6888: 6885: 6881: 6877: 6874: 6866: 6862: 6859: 6856: 6852: 6849: 6843: 6834: 6830: 6827: 6824: 6820: 6815: 6810: 6806: 6805:</span> 6802: 6799: 6793: 6785: 6781: 6777: 6773: 6769: 6765: 6762: 6757: 6700: 6657: 6599: 6598: 6559: 6492: 6470:"4" 6455: 6450: 6414: 6377: 6376: 6343: 6339: 6335: 6334:</font> 6331: 6328: 6319: 6313: 6307: 6301: 6295: 6291: 6287: 6286: 6278: 6254: 6246: 6243: 6239: 6235: 6231: 6228: 6219: 6215: 6211: 6207: 6203: 6196: 6172: 6171:Strikethrough 6168: 6164: 6160: 6156: 6153: 6144: 6140: 6139:not supported 6136: 6132: 6129: 6102: 6098: 6094: 6090: 6087: 6074: 6070: 6066: 6062: 6058: 6054: 6047: 6036: 6028: 6027:Strikethrough 6024: 6020: 6016: 6012: 6009: 6001: 5997: 5994: 5989: 5985: 5978:<small> 5975: 5946: 5942: 5938: 5934: 5931: 5923: 5919: 5915: 5911: 5907: 5903: 5899: 5895: 5891: 5890: 5882: 5875: 5866: 5862: 5858: 5833: 5829: 5825: 5821: 5817: 5814: 5806: 5802: 5798: 5797: 5789: 5786: 5774: 5770: 5766: 5737: 5733: 5729: 5725: 5721: 5717: 5714: 5706: 5702: 5698: 5697: 5689: 5678: 5674: 5645: 5641: 5637: 5633: 5629: 5626: 5620: 5618: 5613:<small> 5602: 5598: 5584: 5580: 5576: 5575: 5567: 5560: 5556: 5552: 5549: 5541: 5537: 5533: 5532: 5524: 5517: 5513: 5512:</samp> 5509: 5506: 5498: 5494: 5490: 5489: 5481: 5474: 5470: 5466: 5463: 5455: 5451: 5447: 5446: 5438: 5431: 5427: 5426:</code> 5423: 5420: 5414: 5413: 5354: 5350: 5346: 5345: 5337: 5334: 5327: 5323: 5319: 5316: 5308: 5304: 5300: 5299: 5291: 5286: 5285: 5281: 5277: 5274: 5266: 5262: 5258: 5257: 5249: 5246: 5242: 5238: 5235: 5223: 5219: 5218:not supported 5215: 5211: 5208: 5175: 5159: 5155: 5151: 5147: 5144: 5135: 5131: 5128: 5095: 5091: 5087: 5086:</abbr> 5083: 5080: 5074: 5068: 5049: 5045: 5041: 5040: 5032: 5030: 5028: 5024: 5015: 4968: 4934: 4900: 4850: 4813: 4809: 4805: 4794: 4785: 4783: 4779: 4775: 4771: 4767: 4762: 4758: 4754: 4750: 4747: 4741: 4738: 4737:WP:ANCHOR DEF 4728: 4705: 4701: 4698: 4676: 4672: 4668: 4665: 4657: 4653: 4650: 4647: 4641: 4637: 4633: 4630: 4622: 4618: 4614: 4613: 4605: 4602: 4596: 4590: 4588:<small> 4584: 4578: 4572: 4570:<image> 4529: 4525: 4521: 4517: 4516:Pre-formatted 4514: 4510: 4506: 4503: 4495: 4491: 4488: 4485: 4481: 4477: 4473: 4470: 4462: 4458: 4455: 4452: 4448: 4444: 4441: 4433: 4429: 4425: 4421: 4417: 4413: 4409: 4405: 4404: 4396: 4389: 4385: 4384:</menu> 4381: 4378: 4370: 4366: 4363: 4360: 4356: 4355:</main> 4352: 4349: 4341: 4337: 4334: 4331: 4327: 4323: 4319: 4316: 4308: 4304: 4301: 4298: 4294: 4290: 4287: 4279: 4275: 4272: 4269: 4265: 4261: 4258: 4250: 4246: 4243: 4240: 4236: 4232: 4229: 4221: 4217: 4214: 4207: 4203: 4199: 4196: 4188: 4184: 4181: 4174: 4170: 4166: 4163: 4155: 4151: 4147: 4143: 4140: 4136: 4131: 4126: 4122: 4118: 4115: 4107: 4103: 4100: 4097: 4093: 4089: 4085: 4082: 4074: 4070: 4069:not supported 4066: 4062: 4058: 4054: 4051: 4048: 4042: 4038: 4034: 4030: 4027: 4018: 4014: 4010: 4006: 4005: 3997: 3994: 3987: 3985: 3981: 3971: 3965: 3960: 3956: 3952: 3949: 3941: 3937: 3934: 3931: 3927: 3923: 3920: 3912: 3908: 3905: 3901: 3896: 3892: 3888: 3885: 3877: 3873: 3869: 3868: 3860: 3857: 3853: 3849: 3846: 3840: 3831: 3827: 3823: 3819: 3815: 3811: 3807: 3806: 3798: 3783: 3779: 3775: 3771: 3768: 3759: 3755: 3751: 3750: 3742: 3731: 3727: 3723: 3720: 3712: 3708: 3704: 3703: 3695: 3688: 3617: 3613: 3609: 3606: 3598: 3594: 3590: 3589: 3581: 3578: 3560: 3555:; CSS value: 3550: 3545:; CSS value: 3540: 3535:; CSS value: 3530: 3525:; CSS value: 3520: 3519: 3458: 3454: 3450: 3447: 3439: 3435: 3431: 3430: 3422: 3419: 3415: 3411: 3408: 3400: 3396: 3392: 3391: 3383: 3380: 3376: 3372: 3369: 3361: 3357: 3353: 3352: 3344: 3340: 3334: 3329: 3325: 3321: 3318: 3312: 3303: 3299: 3295: 3294: 3289: 3284: 3282: 3278: 3273: 3251: 3247: 3243: 3240: 3231: 3227: 3224: 3215: 3211: 3208: 3199: 3195: 3192: 3183: 3179: 3176: 3167: 3163: 3160: 3152: 3148: 3144: 3143: 3135: 3132: 3128: 3124: 3121: 3115: 3109: 3103: 3099: 3095: 3091: 3088: 3084: 3080: 3076: 3073: 3069: 3068: 3067: 3065: 3060: 3051: 3045: 3042: 3041: 3040: 3038: 3034: 3021: 3017: 3013: 3012: 3007: 3003:<title> 2999:<title> 2993: 2989: 2986: 2982: 2979: 2976: 2972: 2968: 2967: 2965: 2961: 2957: 2953: 2949: 2946: 2938: 2934: 2931: 2892: 2855: 2851: 2847: 2843: 2840: 2832: 2828: 2825: 2818: 2814: 2810: 2807: 2799: 2795: 2792: 2785: 2781: 2777: 2774: 2766: 2762: 2759: 2756: 2753: 2682: 2642: 2638: 2631:In one form, 2629: 2627: 2619: 2611: 2603: 2599: 2593: 2588: 2584: 2581: 2573: 2569: 2565: 2564: 2556: 2553: 2511: 2459: 2455: 2451: 2447: 2443: 2440: 2432: 2417: 2413: 2409: 2406: 2397: 2393: 2389: 2385: 2381: 2377: 2374: 2371: 2367: 2359: 2355: 2351: 2348: 2339: 2335: 2331: 2330: 2321: 2318: 2306: 2302: 2298: 2295: 2289: 2280: 2276: 2273: 2270: 2267: 2264: 2258: 2254: 2253:</body> 2251: 2248: 2240: 2236: 2233: 2230: 2227: 2224: 2218: 2214: 2213:</head> 2210: 2207: 2199: 2195: 2192: 2189: 2186: 2182: 2178: 2174: 2173:</html> 2170: 2167: 2161: 2148: 2145: 2142: 2140:instructions. 2139: 2127: 2117: 2094: 2093: 2092: 2090: 2081:<style> 2079:The elements 2077: 2074: 2071: 2067: 2054: 2043: 2039: 2037: 2033: 2028: 2026: 2022: 2018: 2008: 2006: 2001: 1999: 1998: 1993: 1989: 1985: 1980: 1978: 1974: 1970: 1966: 1961: 1959: 1955: 1947: 1944: 1941: 1937: 1934: 1931: 1928: 1927: 1926: 1924: 1920: 1916: 1911: 1909: 1905: 1901: 1900: 1889: 1887: 1883: 1879: 1875: 1870: 1868: 1864: 1859: 1857: 1853: 1849: 1844: 1842: 1838: 1806: 1804: 1774: 1768: 1764: 1762: 1726: 1722: 1721: 1683: 1681: 1676: 1627: 1613: 1605: 1601: 1589: 1577: 1574:Void elements 1569: 1565: 1562:<title> 1555: 1543: 1539: 1536: 1532: 1522:(in the form 1521: 1517: 1516: 1515: 1513: 1494: 1490: 1486: 1483: 1479: 1476: 1464: 1460: 1459: 1458: 1456: 1448: 1446: 1436: 1434: 1429: 1427: 1423: 1386: 1380: 1372: 1325: 1321: 1313: 1307: 1259: 1253: 1252: 1251:void elements 1245: 1219: 1213: 1209: 1158: 1123: 1069: 965: 950: 875: 835: 770: 705: 679: 677: 673: 659: 658:declaration. 642: 629: 627: 623: 619: 614: 611: 601: 599: 593: 487: 485: 481: 472: 466: 455: 450: 444: 438: 432: 430: 426: 420: 415: 413: 412: 405: 402: 397: 395: 380: 371: 369: 365: 361: 357: 353: 348: 346: 342: 338: 335:is a type of 334: 322: 317: 315: 310: 308: 303: 302: 300: 299: 294: 291: 289: 286: 285: 284: 283: 279: 278: 273: 270: 268: 265: 263: 260: 258: 255: 251: 248: 247: 246: 243: 239: 236: 234: 231: 229: 226: 225: 224: 221: 217: 214: 213: 212: 209: 207: 204: 202: 199: 195: 192: 191: 190: 187: 185: 182: 180: 177: 175: 174:Language code 172: 168: 165: 163: 160: 159: 158: 155: 153: 150: 148: 145: 141: 140:alt attribute 138: 137: 136: 133: 129: 126: 124: 121: 119: 116: 114: 111: 110: 109: 106: 102: 99: 97: 94: 93: 92: 89: 85: 82: 80: 77: 75: 72: 70: 67: 66: 65: 62: 60: 57: 56: 55: 54: 51: 48: 47: 44: 40: 33: 26: 22: 21:Help:Wikitext 12913: 12906:. Retrieved 12891: 12884:. Retrieved 12861:. Retrieved 12846:Hickson, Ian 12832:CSS 2.1: 12822:. Retrieved 12791:. Retrieved 12766:XML 1.0: 12756:. Retrieved 12730: 12720: 12715: 12708:. Retrieved 12692: 12683:. Retrieved 12663: 12658: 12651:. Retrieved 12635: 12615: 12608:. Retrieved 12597:Hickson, Ian 12581: 12574:. Retrieved 12550: 12543:. Retrieved 12527: 12520:. Retrieved 12496:. Retrieved 12463:. Retrieved 12436:. Retrieved 12409:. Retrieved 12383: 12357:Bibliography 12346: 12337: 12326:. Retrieved 12304:MDN Web Docs 12303: 12294: 12282:. Retrieved 12273: 12250:. Retrieved 12241: 12231:, retrieved 12225: 12219: 12208:. Retrieved 12198: 12187:. Retrieved 12178: 12167:. Retrieved 12157: 12149: 12140: 12130:, retrieved 12124: 12118: 12108:, retrieved 12102: 12096: 12085:. Retrieved 12078: 12069: 12056: 12041: 12020: 12012:MDN Web Docs 12011: 12002: 11994:MDN Web Docs 11993: 11984: 11976:MDN Web Docs 11975: 11966: 11958:MDN Web Docs 11957: 11948: 11940:MDN Web Docs 11939: 11930: 11922:MDN Web Docs 11921: 11912: 11904:MDN Web Docs 11903: 11894: 11885: 11876: 11868:MDN Web Docs 11867: 11858: 11845: 11840: 11827: 11822: 11810:. Retrieved 11801: 11792: 11780:. Retrieved 11770: 11760:, retrieved 11754: 11735:, retrieved 11729: 11723: 11713:, retrieved 11707: 11701: 11691:, retrieved 11685: 11679: 11669:, retrieved 11663: 11657: 11647:, retrieved 11641: 11635: 11623: 11614: 11605: 11596: 11587: 11575:. Retrieved 11559: 11551: 11541:, retrieved 11535: 11529: 11517: 11508: 11496:. Retrieved 11491: 11482: 11470:. Retrieved 11461: 11452: 11440: 11428: 11416: 11404: 11393:. Retrieved 11385: 11375: 11363: 11350: 11341: 11323: 11311: 11299: 11287: 11279: 11271: 11259: 11251:A List Apart 11240: 11227: 11202: 11193: 11181:. Retrieved 11177: 11141: 11128: 11119: 11106: 11075:Strictly an 11071: 11050: 11041: 11032: 11023: 10900: 10896: 10893: 10873: 10847: 10814: 10806:SGML comment 10799: 10750:(deprecated) 10749: 10745: 10741: 10738: 10725: 10721: 10683:(deprecated) 10682: 10678: 10674: 10671: 10658: 10654: 10632: 10628: 10624: 10620: 10603:(deprecated) 10602: 10598: 10594: 10591: 10578: 10574: 10552: 10548: 10544: 10540: 10536: 10532: 10528: 10524: 10520: 10516: 10512: 10508: 10504: 10500: 10487:(deprecated) 10486: 10482: 10478: 10475: 10462: 10458: 10397:(deprecated) 10396: 10392: 10388: 10385: 10373: 10363: 10355: 10343: 10318: 10310: 10304: 10291:(deprecated) 10290: 10286: 10283: 10270: 10262: 10249:(deprecated) 10248: 10245:</xmp> 10244: 10240: 10237: 10224: 10216: 10210: 10190:(deprecated) 10189: 10185: 10182: 10169: 10161: 10148:(deprecated) 10147: 10143: 10139: 10136: 10126: 10122: 10116: 10029: 9983: 9921: 9912: 9890: 9884: 9870: 9863:standardized 9862: 9837:element, an 9826: 9822: 9819: 9811: 9804:Standardized 9803: 9790:(deprecated) 9789: 9785: 9781: 9779:<noframes 9778: 9769: 9762:Standardized 9761: 9740:(deprecated) 9739: 9735: 9732: 9723: 9716:Standardized 9715: 9691:(deprecated) 9690: 9686: 9682: 9680:<frameset 9679: 9662:<body> 9654:<head> 9647:<body> 9643:<head> 9640: 9616: 9596:Standardized 9595: 9590:Proposed in 9572: 9568: 9565: 9554:Standardized 9553: 9548:Proposed in 9534: 9530: 9527: 9516:Standardized 9515: 9510:Proposed in 9496: 9492: 9489: 9478:Standardized 9477: 9458: 9454: 9451: 9440:Standardized 9439: 9434:Proposed in 9421:</col> 9420: 9416: 9413: 9402:Standardized 9401: 9396:Proposed in 9387:column group 9385:Specifies a 9378: 9374: 9372:<colgroup 9371: 9360:Standardized 9359: 9340: 9336: 9333: 9322:Standardized 9321: 9298: 9294: 9291: 9280:Standardized 9279: 9260: 9256: 9253: 9242:Standardized 9241: 9218: 9214: 9211: 9202: 9198: 9188: 9182: 9168:Standardized 9167: 9146: 9142: 9137: 9134:<textarea 9133: 9122:Standardized 9121: 9111: 9107: 9102: 9098: 9087:Standardized 9086: 9076: 9072: 9070:<progress 9069: 9058:Standardized 9057: 9047: 9043: 9040: 9029:Standardized 9028: 9010: 9006: 9004:<optgroup 9003: 8992:Standardized 8991: 8977: 8973: 8968: 8964: 8953:Standardized 8952: 8922: 8918: 8915: 8904:Standardized 8903: 8889: 8885: 8882: 8871:Standardized 8870: 8856: 8852: 8847: 8843: 8832:Standardized 8831: 8822:(deprecated) 8821: 8817: 8813: 8810: 8797: 8789: 8782:standardized 8781: 8775: 8735:(deprecated) 8734: 8730: 8727: 8707: 8694: 8681: 8676:for numbers. 8664: 8651: 8638: 8617: 8596: 8575: 8558: 8525: 8508: 8492: 8483: 8476:reset button 8475: 8466: 8455:image button 8454: 8445: 8437: 8428: 8411: 8403:radio button 8401: 8392: 8382: 8373: 8367:Input Types: 8366: 8357:Standardized 8356: 8343: 8340: 8329:Standardized 8328: 8310: 8306: 8304:<fieldset 8303: 8292:Standardized 8291: 8277: 8273: 8271:<datalist 8270: 8259:Standardized 8258: 8248: 8244: 8241: 8230:Standardized 8229: 8220:<form> 8207: 8203: 8199: action 8198: 8194: 8187: 8179: 8159:Standardized 8158: 8140: 8136: 8133: 8122:Standardized 8121: 8111: 8107: 8104: 8093:Standardized 8092: 8070: 8066: 8063: 8052:Standardized 8051: 8021: 8018: 8007:Standardized 8006: 7977: 7973: 7970: 7959:Standardized 7958: 7945:</map> 7944: 7940: 7937: 7926:standardized 7925: 7919: 7912:web browser. 7854: 7851: 7832: 7828: 7825: 7814:Standardized 7813: 7793: 7789: 7786: 7775:Standardized 7774: 7756: 7752: 7749: 7738:Standardized 7737: 7726:Specifies a 7719: 7716: 7700: 7692: 7685:Standardized 7684: 7667:(deprecated) 7666: 7662: 7658: 7655: 7637: 7629: 7600:standardized 7599: 7588: 7585: 7574:Standardized 7573: 7559: 7555: 7552: 7541:Standardized 7540: 7530: 7526: 7524:<template 7523: 7512:Standardized 7511: 7449:</sup> 7448: 7444: 7441: 7433:</sub> 7432: 7428: 7425: 7414:Standardized 7413: 7392: 7388: 7385: 7374:Standardized 7373: 7359: 7355: 7352: 7341:Standardized 7340: 7327:</rtc> 7326: 7322: 7319: 7308:Standardized 7307: 7293: 7289: 7286: 7275:Standardized 7274: 7260: 7256: 7253: 7242:Standardized 7241: 7227: 7223: 7220: 7192:Standardized 7191: 7158: 7154: 7151: 7140:Standardized 7139: 7125: 7121: 7118: 7087:Standardized 7086: 7062:</ins> 7061: 7057: 7054: 7043:Standardized 7042: 7026:</del> 7025: 7021: 7018: 7007:Standardized 7006: 6996: 6992: 6989: 6973:<cite> 6964: 6955:standardized 6954: 6948: 6937: 6933: 6930: 6919:Standardized 6918: 6909:</bdo> 6908: 6904: 6901: 6890:Standardized 6889: 6880:</bdi> 6879: 6875: 6872: 6861:Standardized 6860: 6850: 6847: 6829:Standardized 6828: 6819:style sheets 6814:Span and div 6804: 6800: 6797: 6779: 6771: 6764:Standardized 6763: 6557:is opposite. 6338:(deprecated) 6337: 6333: 6329: 6326: 6317:<samp> 6311:<code> 6290:Standardized 6289: 6283: 6238:(deprecated) 6237: 6233: 6229: 6226: 6213: 6205: 6185:line-through 6170: 6163:(deprecated) 6162: 6158: 6154: 6151: 6138: 6131:Standardized 6130: 6097:(deprecated) 6096: 6093:</big> 6092: 6088: 6085: 6069:Reintroduced 6068: 6060: 6052: 6026: 6014: 6010: 6007: 5996:Standardized 5995: 5936: 5932: 5929: 5918:Reintroduced 5917: 5909: 5901: 5894:standardized 5893: 5887: 5831: 5819: 5815: 5812: 5801:standardized 5800: 5794: 5764: 5731: 5719: 5715: 5712: 5701:standardized 5700: 5694: 5643: 5631: 5627: 5624: 5593: 5590:Presentation 5579:standardized 5578: 5572: 5555:</var> 5554: 5550: 5547: 5536:standardized 5535: 5529: 5520:samp example 5511: 5507: 5504: 5493:standardized 5492: 5486: 5469:</kbd> 5468: 5464: 5461: 5450:standardized 5449: 5443: 5434:code example 5425: 5421: 5418: 5363: 5349:standardized 5348: 5342: 5321: 5317: 5314: 5303:standardized 5302: 5296: 5279: 5275: 5272: 5261:standardized 5260: 5254: 5241:</dfn> 5240: 5236: 5233: 5217: 5210:Standardized 5209: 5154:(deprecated) 5153: 5149: 5145: 5142: 5130:Standardized 5129: 5094:abbreviation 5085: 5081: 5078: 5058: 5044:standardized 5043: 5037: 5016: 4969: 4935: 4922:see contents 4901: 4851: 4786: 4777: 4769: 4765: 4764:In HTML, an 4763: 4759: 4752: 4748: 4745: 4714: 4700:Standardized 4699: 4670: 4666: 4663: 4652:Standardized 4651: 4635: 4631: 4628: 4617:standardized 4616: 4610: 4515: 4509:</pre> 4508: 4504: 4501: 4490:Standardized 4489: 4483: 4475: 4471: 4469:<noscript 4468: 4457:Standardized 4456: 4447:</nav> 4446: 4442: 4439: 4423: 4415: 4408:standardized 4407: 4401: 4383: 4379: 4376: 4365:Standardized 4364: 4354: 4350: 4347: 4336:Standardized 4335: 4329: 4322:</ins> 4321: 4317: 4314: 4303:Standardized 4302: 4288: 4285: 4274:Standardized 4273: 4263: 4259: 4256: 4245:Standardized 4244: 4234: 4230: 4227: 4216:Standardized 4215: 4201: 4197: 4194: 4183:Standardized 4182: 4168: 4164: 4161: 4150:Standardized 4149: 4135:style sheets 4130:Span and div 4121:</div> 4120: 4116: 4113: 4102:Standardized 4101: 4095: 4088:</del> 4087: 4083: 4080: 4068: 4060: 4053:Standardized 4052: 4037:(deprecated) 4036: 4032: 4028: 4025: 4009:standardized 4008: 4002: 3979:<cite> 3967: 3954: 3950: 3947: 3936:Standardized 3935: 3925: 3921: 3918: 3907:Standardized 3906: 3890: 3886: 3883: 3872:standardized 3871: 3865: 3851: 3847: 3844: 3825: 3817: 3810:standardized 3809: 3803: 3778:(deprecated) 3777: 3774:</dir> 3773: 3769: 3766: 3754:standardized 3753: 3747: 3725: 3721: 3718: 3707:standardized 3706: 3700: 3686: 3667:– replacing 3611: 3607: 3604: 3593:standardized 3592: 3586: 3512:– replacing 3452: 3448: 3445: 3434:standardized 3433: 3427: 3413: 3409: 3406: 3395:standardized 3394: 3388: 3374: 3370: 3367: 3356:standardized 3355: 3349: 3323: 3319: 3316: 3298:standardized 3297: 3291: 3276: 3271: 3245: 3241: 3238: 3229: 3225: 3222: 3213: 3209: 3206: 3197: 3193: 3190: 3181: 3177: 3174: 3165: 3161: 3158: 3147:standardized 3146: 3140: 3126: 3122: 3119: 3107: 3093: 3086: 3078: 3071: 3061: 3057: 3049: 3036: 3032: 3030: 3016:standardized 3015: 3009: 2992:web crawlers 2951: 2947: 2944: 2933:Standardized 2932: 2852:Specifies a 2845: 2841: 2838: 2827:Standardized 2826: 2812: 2808: 2805: 2794:Standardized 2793: 2788:<head> 2779: 2775: 2772: 2761:Standardized 2760: 2630: 2626:void element 2622:<meta> 2595: 2592:Meta element 2582: 2579: 2568:standardized 2567: 2561: 2544:<head> 2510:microformats 2458:style sheets 2453: 2449: 2441: 2438: 2412:(deprecated) 2411: 2407: 2404: 2391: 2383: 2376:Standardized 2375: 2370:style sheets 2368:in favor of 2362:<font> 2354:(deprecated) 2353: 2349: 2347:<basefont 2346: 2334:standardized 2333: 2327: 2313:<base> 2304: 2303:Specifies a 2296: 2293: 2275:Standardized 2274: 2259: 2252: 2249: 2246: 2235:Standardized 2234: 2219: 2212: 2208: 2205: 2194:Standardized 2193: 2181:root element 2172: 2168: 2165: 2143: 2138:inline style 2137: 2113:<link> 2078: 2075: 2055: 2044: 2040: 2029: 2014: 2004: 2002: 1995: 1983: 1981: 1962: 1958:standardized 1957: 1953: 1951: 1945: 1939: 1935: 1930:Transitional 1929: 1912: 1903: 1897: 1895: 1881: 1871: 1860: 1856:web browsers 1848:browser wars 1845: 1834: 1800: 1765: 1724: 1718: 1717: 1668: 1571: 1570: 1559: 1541: 1534: 1519: 1507: 1506: 1488: 1481: 1462: 1450: 1449: 1442: 1430: 1425: 1419: 1381:, expects a 1379:abbreviation 1375:<abbr> 1369: 1303: 1249: 1243: 1207: 1205: 680: 660: 638: 615: 607: 604:SGML vs. XML 476: 463:<html> 459:<html> 453: 448: 446: 442: 428: 424: 418: 417: 410: 409: 407: 400: 399: 393: 390: 349: 333:HTML element 332: 330: 189:Style sheets 118:div and span 108:HTML element 107: 59:Dynamic HTML 43: 12776:Paoli, Jean 12648:"HTML Tags" 12083:. Microsoft 11628:Acronym tag 10946:BlueGriffon 10911:quirks mode 10883:"extension 10810:XML comment 10739:<noembed 10695:white-space 10633:Scrolldelay 10592:<marquee 10303:existed in 10209:existed in 10137:<listing 9985:Content of 9736: /> 9668:. However, 9592:HTML Tables 9550:HTML Tables 9512:HTML Tables 9452:<caption 9436:HTML Tables 9398:HTML Tables 9341:</td> 9299:</th> 9261:</tr> 9205:elements.) 9190:HTML Tables 8969: value 8774:existed in 8731: /> 8728:<isindex 8568:file select 8528:="password" 8376:="checkbox" 8344: /> 8183:server-side 8176:Form (HTML) 8022: /> 7918:existed in 7910:NCSA Mosaic 7855: /> 7732:<map> 7720: /> 7675:Java applet 7589: /> 7458:subscripted 7294:</rt> 7261:</rp> 7228:</rb> 7206:block-quote 7111:<del> 7107:<del> 7102:<del> 7098:<ins> 7070:<del> 6851: /> 6727:font-family 6320:for output. 6305:<var> 6299:<kbd> 6282:existed in 6261:font-family 6245:Fixed-width 6234:</tt> 6043:<del> 5886:existed in 5793:existed in 5775:, however, 5693:existed in 5679:, however, 5652:font-weight 5571:existed in 5563:var example 5528:existed in 5485:existed in 5477:kbd example 5442:existed in 5341:existed in 5295:existed in 5280:</em> 5253:existed in 5143:<acronym 5036:existed in 4854:example.com 4774:anchor text 4645:<div> 4629:<section 4609:existed in 4594:<sup> 4582:<big> 4552:font-family 4540:white-space 4528:white-space 4400:existed in 4289: /> 4046:<div> 4001:existed in 3884:<article 3864:existed in 3845:<address 3802:existed in 3746:existed in 3726:</li> 3699:existed in 3612:</ul> 3585:existed in 3557:lower-roman 3547:upper-roman 3537:lower-alpha 3527:upper-alpha 3453:</ol> 3426:existed in 3414:</dd> 3387:existed in 3375:</dt> 3348:existed in 3324:</dl> 3296:, and were 3246:</h6> 3230:</h5> 3214:</h4> 3198:</h3> 3182:</h2> 3166:</h1> 3139:existed in 3008:Existed in 2752:Dublin Core 2583: /> 2560:existed in 2442: /> 2408: /> 2405:<isindex 2350: /> 2297: /> 2025:style sheet 1997:Ruby markup 1852:user agents 1846:During the 1675:style sheet 1304:When using 280:Comparisons 267:Web storage 262:Quirks mode 201:Font family 152:HTML editor 12952:Categories 12932:attributes 12908:2018-07-26 12886:2018-07-26 12863:2018-07-26 12824:2018-07-26 12801:CSS 1: 12793:2009-03-20 12758:2009-03-22 12710:2009-04-18 12685:2009-03-28 12653:2009-03-28 12610:2018-07-26 12576:2018-07-26 12545:2018-07-26 12522:2018-07-26 12498:2009-03-24 12465:2009-03-24 12438:2009-03-27 12411:2009-03-24 12328:2010-07-20 12252:2011-09-05 12233:2012-03-26 12210:2008-12-20 12189:2011-09-05 12169:2008-12-20 12132:2012-03-26 12110:2012-03-26 12087:2009-07-22 11782:29 October 11762:2012-03-26 11737:2012-03-26 11715:2012-03-26 11693:2012-03-26 11671:2012-03-26 11649:2012-03-26 11630:, acronym. 11611:"HTML 5.2" 11543:2012-03-26 11395:2009-03-25 11087:References 10885:one"--> 10881:<!--for 10869:Xend--> 10864:Xend--> 10853:Xend--> 10732:and later. 10722:deprecated 10665:and later. 10655:deprecated 10585:and later. 10575:deprecated 10571:Netscape 4 10549:VISIBILITY 10459:deprecated 10325:and later. 10311:deprecated 10284:<nextid 10263:Deprecated 10217:deprecated 10162:Deprecated 9820:<iframe 9768:Frameset, 9722:Frameset, 9351:data cell. 9138: rows 9103: name 9099:<select 9041:<output 8965:<option 8883:<legend 8811:<keygen 8790:deprecated 8766:plus signs 8708: type 8695: type 8682: type 8665: type 8652: type 8639: type 8618: type 8597: type 8576: type 8559: type 8526: type 8509: type 8501:max-length 8484: type 8467: type 8461:attribute. 8446: type 8429: type 8412: type 8393: type 8374: type 8284:A list of 8242:<button 8226:attribute. 8214:Creates a 8149:HTML video 8064:<source 8040:. It uses 7971:<object 7924:, and was 7808:JavaScript 7787:<canvas 7765:HTML audio 7730:area in a 7693:deprecated 7656:<applet 7386:<script 7169:blockquote 7159:</q> 7078:underlined 6953:, and was 6772:deprecated 6756:font stack 6447:text with 6410:green text 6288:, and was 6206:deprecated 6152:<strike 6053:deprecated 6015:</s> 5902:deprecated 5832:underlined 5820:</u> 5799:, and was 5781:<em> 5744:font-style 5720:</i> 5699:, and was 5632:</b> 5577:, and was 5561:Variable ( 5534:, and was 5491:, and was 5448:, and was 5347:, and was 5329:importance 5315:<strong 5301:, and was 5061:<em> 5042:, and was 4753:</a> 4664:<script 4615:, and was 4416:deprecated 4406:, and was 4392:<ul> 4257:<header 4228:<footer 4162:<figure 4061:deprecated 4026:<center 4007:, and was 3999:BLOCKQUOTE 3995:) element. 3870:, and was 3818:deprecated 3808:, and was 3752:, and was 3705:, and was 3591:, and was 3432:, and was 3393:, and was 3354:, and was 3145:, and was 3127:</p> 3112:Basic text 3014:, and was 2806:<script 2773:<object 2652:http-equiv 2641:web server 2566:, and was 2384:deprecated 2366:Deprecated 2364:elements. 2005:deprecated 1986:standard, 1942:documents; 1908:validating 1899:deprecated 1714:Attributes 1602:and other 1422:synecdoche 1337:P. Sherman 1271:P. Sherman 1256:<br> 364:hyperlinks 211:JavaScript 206:Web colors 147:HTML frame 12958:HTML tags 12838:Bos, Bert 12811:Bos, Bert 12772:Bray, Tim 12284:August 7, 12046:W3Schools 11536:HTML 4.01 11472:16 August 11433:HTML 4.01 11421:HTML 4.01 11409:HTML 4.01 11368:HTML 4.01 11316:XHTML 1.1 11264:XHTML 1.0 10663:HTML 4.01 10621:Alternate 10583:HTML 4.01 10476:<layer 10386:<blink 10306:HTML Tags 10212:HTML Tags 10201:plaintext 10123:HTML Tags 9881:attribute 9873:in HTML5. 9814:in HTML5. 9800:elements. 9772:in HTML5. 9733:<frame 9726:in HTML5. 9566:<tfoot 9528:<tbody 9490:<thead 9212:<table 8916:<meter 8848: for 8844:<label 8777:HTML Tags 8758:ampersand 8710:="hidden" 8667:="number" 8543:plaintext 8511:="search" 8431:="submit" 8414:="button" 8341:<input 8134:<video 8105:<track 8089:elements. 8048:elements. 8019:<param 7953:image map 7874:attribute 7826:<embed 7750:<audio 7728:focusable 7673:Embeds a 7640:July 2023 7399:Places a 7210:q.lengthy 7175:<q> 7134:like this 7074:<s> 6630:font-size 6267:monospace 6113:font-size 6039:<s> 5957:font-size 5930:<small 5878:<u> 5869:<u> 5857:HTML 4.01 5846:underline 5777:<i> 5769:HTML 4.01 5681:<b> 5673:HTML 4.01 5609:<u> 5605:<s> 5597:XHTML 2.0 5092:Marks an 5039:HTML Tags 5003:link text 4890:></ 4782:hyperlink 4776:) or the 4558:monospace 4524:ASCII art 4403:HTML Tags 3992:<q> 3919:<aside 3867:HTML Tags 3805:HTML Tags 3749:HTML Tags 3702:HTML Tags 3429:HTML Tags 3390:HTML Tags 3351:HTML Tags 3293:HTML Tags 3142:HTML Tags 3064:box model 3011:HTML Tags 2984:engines). 2971:title bar 2945:<title 2854:CSS style 2839:<style 2329:HTML Tags 2051:<i> 2047:<b> 2000:module.) 1988:XHTML 1.1 1919:XHTML 1.0 1915:HTML 4.01 1878:XHTML 1.0 1861:In 1998, 1810:<input 1751:attribute 1740:attribute 1730:attribute 1546:</ 1520:start tag 1497:</ 1463:start tag 1322:beginning 1216:<p> 1159:⏞ 1124:⏞ 1070:⏞ 966:⏞ 876:⏟ 771:⏟ 641:box model 360:semantics 250:Validator 12928:elements 12584:HTML 5.1 12553:HTML 5.2 12476:HTML 5.2 12206:. WebAim 12028:Archived 11577:7 August 11304:WHATWGLS 11183:22 March 10998:See also 10785:Comments 10780:element. 10730:HTML 2.0 10672:<nobr 10467:HTML 2.0 10323:HTML 3.2 10315:HTML 2.0 10271:obsolete 10267:HTML 3.2 10257:HTML 2.0 10229:HTML 4.0 10221:HTML 2.0 10170:obsolete 10166:HTML 3.2 10156:HTML 2.0 10127:HTML 2.0 10059:longdesc 9970:longdesc 9943:longdesc 9939:longdesc 9923:longdesc 9892:longdesc 9879:longdesc 9867:HTML 4.0 9858:element. 9812:obsolete 9808:HTML 4.0 9770:obsolete 9766:HTML 4.0 9758:element. 9724:obsolete 9720:HTML 4.0 9624:Facebook 9600:HTML 4.0 9558:HTML 4.0 9520:HTML 4.0 9482:HTML 3.2 9444:HTML 4.0 9406:HTML 4.0 9364:HTML 3.2 9326:HTML 3.2 9284:HTML 3.2 9246:HTML 3.2 9172:HTML 2.0 9126:HTML 2.0 9033:HTML 4.0 8996:HTML 2.0 8908:HTML 4.0 8875:HTML 4.0 8786:HTML 2.0 8752:de facto 8697:="color" 8684:="range" 8599:="email" 8469:="reset" 8448:="image" 8395:="radio" 8384:checkbox 8361:HTML 2.0 8333:HTML 4.0 8263:HTML 4.0 8234:HTML 2.0 8195:<form 8056:HTML 3.2 8011:HTML 4.0 7963:HTML 3.2 7930:HTML 2.0 7742:HTML 3.2 7717:<area 7689:HTML 3.2 7553:<time 7516:HTML 3.2 7418:HTML 3.2 7353:<ruby 7271:support. 7196:HTML 4.0 7119:<mark 7091:HTML 4.0 7047:HTML 4.0 6990:<data 6959:HTML 2.0 6931:<cite 6923:HTML 4.0 6865:HTML 2.0 6833:HTML 4.0 6798:<span 6768:HTML 3.2 6523:creates 6486:creates 6445:creates 6408:creates 6327:<font 6294:HTML 2.0 6253:teletype 6202:HTML 3.2 6135:HTML 3.2 6000:HTML 3.2 5992:element. 5908:and was 5900:but was 5898:HTML 3.2 5805:HTML 2.0 5767:, under 5765:emphasis 5759:. Using 5705:HTML 2.0 5644:boldface 5583:HTML 2.0 5540:HTML 2.0 5505:<samp 5497:HTML 2.0 5454:HTML 2.0 5419:<code 5353:HTML 2.0 5307:HTML 2.0 5287:Emphasis 5265:HTML 3.2 5214:HTML 4.0 5134:HTML 4.0 5079:<abbr 5048:HTML 2.0 5027:alt text 4865:>< 4704:HTML 3.2 4621:HTML 2.0 4494:HTML 4.0 4412:HTML 2.0 4377:<menu 4369:HTML 5.1 4348:<main 4340:HTML 4.0 4307:HTML 2.0 4212:element. 4154:HTML 3.2 4106:HTML 4.0 4065:HTML 4.0 4057:HTML 3.2 4013:HTML 2.0 3876:HTML 2.0 3814:HTML 2.0 3758:HTML 2.0 3740:) lists. 3711:HTML 2.0 3597:HTML 2.0 3438:HTML 2.0 3399:HTML 2.0 3360:HTML 2.0 3333:Glossary 3302:HTML 2.0 3151:HTML 2.0 3020:HTML 2.0 2975:task bar 2937:HTML 3.2 2831:HTML 3.2 2798:HTML 4.0 2765:HTML 2.0 2598:metadata 2580:<meta 2572:HTML 2.0 2450:previous 2439:<link 2380:HTML 3.2 2338:HTML 2.0 2305:base URL 2294:<base 2279:HTML 2.0 2247:<body 2239:HTML 5.0 2206:<head 2198:HTML 2.0 2166:<html 2036:graphics 1969:HTML 3.2 1965:HTML 2.0 1954:obsolete 1940:frameset 1936:Frameset 1819:checked= 1790:checkbox 1687:<link 1208:HTML tag 951:″ 836:″ 708:Overview 690:>< 667:%inline; 620:, or as 582:>< 566:>< 488:possible 468:—  434:—  374:Concepts 12963:Web 1.0 11812:26 July 11423:§14.3.2 11335:. 2013. 11292:XML 1.0 11276:XML 1.0 10970:comment 10915:doctype 10907:doctype 10828:--!> 10802:comment 10726:invalid 10659:invalid 10643:marquee 10579:invalid 10525:Z-INDEX 10463:invalid 10455:Firefox 10319:invalid 10238:<xmp 10225:invalid 10038:Example 9949:Example 9871:allowed 9636:AdSense 9632:plugins 9628:Twitter 9583:. Like 9414:<col 9231:summary 8798:invalid 8772:ISINDEX 8654:="time" 8641:="date" 8561:="file" 8486:="text" 8440:button. 7938:<map 7886:tooltip 7852:<img 7701:invalid 7630:updated 7586:<wbr 7442:<sup 7426:<sub 7320:<rtc 7055:<ins 7019:<del 6902:<bdo 6873:<bdi 6780:invalid 6451:#114499 6352:>... 6214:invalid 6086:<big 6061:invalid 5963:smaller 5949:smaller 5910:invalid 5548:<var 5462:<kbd 5234:<dfn 5201:acronym 5182:acronym 5174:acronym 5071:General 5023:tooltip 4681:with a 4502:<pre 4440:<nav 4424:invalid 4315:<ins 4114:<div 4081:<del 3862:ADDRESS 3826:invalid 3767:<dir 3567:decimal 3079:padding 3072:content 2895:@import 2893:, with 2717:content 2693:content 2661:content 2423:isindex 2392:invalid 2032:scripts 1904:invalid 1793:checked 1771:checked 1767:Boolean 1610:(for a 1542:end tag 1535:content 1489:end tag 1482:content 1320:at the 1312:at the 1246:require 702:%block; 663:%block; 646:display 635:vs. box 633:%block; 574:Para 2 558:Para 1 535:Para 2 525:Para 1 449:omitted 404:markup. 167:Unicode 128:marquee 69:article 12904:. 2018 12620:, and 12605:WHATWG 12278:WHATWG 12048:about 11568:  11306:. § 15 11178:WHATWG 11060:object 10938:--> 10932:<-- 10824:--> 10774:object 10701:nowrap 10625:Scroll 10537:HEIGHT 9852:srcdoc 9664:and a 9656:and a 9645:and a 9607:Frames 9334:<td 9292:<th 9254:<tr 9203:inline 9179:Tables 9105:="xyz" 8945:, and 8716:hidden 8620:="url" 8578:="tel" 8539:masked 8495:. The 8438:submit 8286:option 8224:action 8218:. The 8201:="url" 8001:applet 7894:Safari 7888:if no 7401:script 7287:<rt 7254:<rp 7221:<rb 7178:should 6969:forked 6848:<br 6825:calls. 6590:makes 6247:font ( 6227:<tt 6198:STRIKE 6119:larger 6105:bigger 6037:, the 6023:HTML 4 5976:, the 5945:HTML 4 5892:, was 5867:, the 5828:HTML 4 5750:italic 5732:italic 5728:HTML 4 5667:. The 5640:HTML 4 5611:, and 5339:STRONG 5273:<em 4778:target 4770:origin 4766:anchor 4731:Anchor 4597:, and 4484:script 4330:inline 4286:<hr 4141:calls. 4096:inline 3719:<li 3683:circle 3679:square 3605:<ul 3446:<ol 3407:<dd 3368:<dt 3342:data". 3317:<dl 3275:tags, 3239:<h6 3223:<h5 3207:<h4 3191:<h3 3175:<h2 3159:<h1 3094:margin 3087:border 3037:inline 2912:import 2726:scheme 2697:scheme 2183:of an 2068:, the 1946:Strict 1854:(e.g. 1759:). In 1568:text. 1433:HTML 4 1357:Sydney 1291:Sydney 1035:  1029:  1020:  988:  928:  744:  713:Syntax 590:Para 3 545:Para 3 345:WHATWG 257:WHATWG 233:WebGPU 79:canvas 12938:HTML5 12165:. W3C 11849:, at 11831:, at 11758:, W3C 11539:, W3C 11498:2 May 11411:§12.3 11370:§14.1 11015:Notes 10985:style 10982:</ 10958:style 10836:-> 10762:embed 10629:slide 10563:layer 10541:BELOW 10533:WIDTH 10529:ABOVE 10517:PAGEY 10513:PAGEX 10443:blink 10425:blink 10376:valid 10275:HTML5 10174:HTML5 10100:</ 10087:title 10068:/> 10013:</ 10000:/> 9903:, or 9389:in a 9311:aural 9199:block 9091:HTML5 9062:HTML5 9025:list. 8988:list. 8957:HTML5 8931:value 8865:radio 8850:="id" 8836:HTML5 8551:HTTPS 8549:like 8296:HTML5 8170:Forms 8163:HTML5 8126:HTML5 8097:HTML5 7994:Flash 7890:title 7863:image 7818:HTML5 7779:HTML5 7604:HTML5 7578:HTML5 7545:HTML5 7494:super 7455:Mark 7405:Note: 7378:HTML5 7345:HTML5 7312:HTML5 7279:HTML5 7246:HTML5 7202:Note: 7152:<q 7144:HTML5 7096:Both 7011:HTML5 6965:Note: 6894:HTML5 6745:serif 6739:Times 6684:color 6666:color 6640:units 6581:</ 6548:</ 6514:</ 6477:</ 6436:</ 6423:color 6399:</ 6386:color 6365:color 6354:</ 6143:HTML5 6073:HTML5 6035:HTML5 6033:. In 6008:<s 5988:aside 5984:aside 5974:HTML5 5922:HTML5 5874:HTML5 5865:HTML5 5863:. In 5861:HTML5 5813:<u 5773:HTML5 5713:<i 5677:HTML5 5675:. In 5625:<b 5617:HTML5 5601:HTML5 5222:HTML5 5198:</ 5185:title 5118:</ 5116:abbr. 5105:title 5019:title 5005:</ 4992:title 4972:title 4958:</ 4924:</ 4884:</ 4840:</ 4772:(the 4761:link. 4746:<a 4691:Note: 4656:HTML5 4461:HTML5 4432:HTML5 4394:list. 4278:HTML5 4249:HTML5 4220:HTML5 4187:HTML5 4073:HTML5 3940:HTML5 3911:HTML5 3681:, or 3309:Lists 3120:<p 3033:block 2964:XHTML 2924:style 2921:</ 2903:style 2883:style 2880:</ 2862:style 2735:/> 2670:/> 2618:XHTML 2496:title 2431:Forms 2261:(See 2221:(See 2130:style 2066:XHTML 1984:XHTML 1867:XHTML 1825:/> 1813:type= 1803:XHTML 1781:input 1755:value 1744:value 1734:value 1725:value 1708:/> 1702:type= 1696:href= 1680:slash 1669:This 1600:XHTML 1588:XHTML 1566:plain 1554:XHTML 1493:slash 1409:</ 1407:abbr. 1396:title 1383:title 1359:</ 1355:/> 1345:/> 1306:XHTML 1293:</ 1233:</ 652:block 622:HTML5 618:XHTML 598:HTML5 594:alone 576:</ 560:</ 505:</ 454:NOTE: 443:and: 356:nodes 238:WebXR 228:WebGL 223:Web3D 216:WebCL 123:blink 96:Basic 91:XHTML 84:video 74:audio 64:HTML5 12930:and 12753:1942 12736:IETF 12406:1866 12389:IETF 12286:2022 12080:MSDN 11814:2018 11784:2014 11579:2022 11566:ISBN 11500:2015 11474:2015 11447:§1.1 11294:§5.1 11266:§4.2 11185:2019 11063:> 11057:< 10988:> 10973:tags 10961:> 10955:< 10944:The 10924:and 10841:< 10834:and 10832:> 10818:< 10777:> 10771:< 10765:> 10759:< 10742:> 10717:> 10714:nobr 10711:< 10675:> 10646:> 10640:< 10627:and 10595:> 10566:> 10560:< 10553:CLIP 10551:and 10545:CLIP 10505:LEFT 10479:> 10446:> 10440:< 10389:> 10287:> 10241:> 10186:> 10140:> 10106:> 10096:> 10078:href 10072:< 10044:< 10021:... 10019:> 10009:> 10003:< 9994:< 9979:> 9955:< 9887:HTML 9823:> 9782:> 9707:cols 9705:and 9703:rows 9683:> 9626:and 9569:> 9531:> 9493:> 9455:> 9417:> 9375:> 9337:> 9295:> 9257:> 9215:> 9201:nor 9159:rows 9155:cols 9143:> 9140:="8" 9108:> 9073:> 9044:> 9007:> 8974:> 8971:="x" 8943:high 8919:> 8886:> 8853:> 8814:> 8760:and 8674:text 8631:URLs 8629:for 8627:text 8608:for 8606:text 8587:for 8585:text 8535:text 8518:text 8497:size 8307:> 8274:> 8245:> 8216:form 8204:> 8137:> 8108:> 8085:and 8067:> 7998:Java 7996:, a 7990:MIME 7986:type 7974:> 7941:> 7896:and 7829:> 7790:> 7753:> 7659:> 7556:> 7527:> 7482:and 7445:> 7429:> 7389:> 7356:> 7323:> 7290:> 7257:> 7224:> 7182:cite 7171:> 7167:< 7155:> 7122:> 7100:and 7058:> 7022:> 6993:> 6934:> 6905:> 6876:> 6801:> 6790:Span 6718:> 6709:face 6706:font 6703:< 6675:> 6663:font 6660:< 6621:> 6608:size 6605:font 6602:< 6592:text 6587:> 6584:font 6579:text 6577:> 6568:face 6565:font 6562:< 6554:> 6551:font 6546:text 6544:> 6535:size 6532:font 6529:< 6520:> 6517:font 6512:text 6510:> 6501:size 6498:font 6495:< 6488:text 6483:> 6480:font 6475:text 6473:> 6464:size 6461:font 6458:< 6442:> 6439:font 6434:text 6432:> 6420:font 6417:< 6405:> 6402:font 6397:text 6395:> 6383:font 6380:< 6373:size 6369:face 6360:> 6357:font 6349:font 6346:< 6330:> 6230:> 6155:> 6089:> 6051:was 6011:> 5990:> 5982:< 5933:> 5816:> 5716:> 5658:bold 5628:> 5551:> 5526:SAMP 5508:> 5465:> 5440:CODE 5422:> 5409:> 5406:samp 5403:< 5397:> 5391:< 5385:> 5379:< 5373:> 5370:code 5367:< 5318:> 5276:> 5237:> 5228:tag. 5226:abbr 5204:> 5196:HTML 5194:> 5179:< 5169:> 5166:abbr 5163:< 5146:> 5124:> 5121:abbr 5114:> 5102:abbr 5099:< 5082:> 5063:and 5011:> 5001:> 4983:href 4977:< 4964:> 4954:> 4945:href 4939:< 4930:> 4920:> 4911:href 4905:< 4896:> 4880:> 4871:name 4859:< 4846:> 4836:> 4827:name 4821:< 4797:name 4789:href 4749:> 4724:> 4721:body 4718:< 4667:> 4632:> 4505:> 4472:> 4443:> 4398:MENU 4380:> 4351:> 4318:> 4260:> 4231:> 4198:> 4165:> 4117:> 4084:> 4029:> 3974:cite 3951:> 3922:> 3887:> 3848:> 3793:> 3787:< 3770:> 3722:> 3691:none 3687:Only 3675:disc 3637:> 3628:type 3622:< 3608:> 3573:none 3482:> 3473:type 3467:< 3461:type 3449:> 3410:> 3371:> 3320:> 3242:> 3226:> 3210:> 3194:> 3178:> 3162:> 3123:> 3102:DTDs 3092:The 3085:The 3077:The 3070:The 2997:The 2962:and 2960:HTML 2948:> 2927:> 2906:> 2900:< 2886:> 2874:> 2865:type 2859:< 2842:> 2809:> 2776:> 2738:the 2708:name 2705:meta 2702:< 2689:name 2649:meta 2646:< 2637:HTTP 2558:LINK 2539:> 2530:href 2518:link 2515:< 2505:> 2487:href 2478:type 2466:link 2463:< 2454:next 2452:and 2426:> 2420:< 2324:BASE 2309:href 2250:> 2209:> 2185:HTML 2179:The 2169:> 2128:The 2107:and 2099:and 2083:and 2049:and 1886:HTML 1837:IETF 1796:> 1784:type 1778:< 1690:rel= 1664:> 1655:type 1646:href 1634:link 1631:< 1592:< 1584:> 1580:< 1550:> 1528:> 1524:< 1501:> 1471:> 1467:< 1445:HTML 1415:> 1412:abbr 1405:> 1393:abbr 1390:< 1365:> 1349:< 1339:< 1335:> 1329:< 1299:> 1289:> 1283:< 1279:> 1273:< 1269:> 1263:< 1239:> 1229:> 1223:< 1119:> 1106:< 958:> 737:< 700:are 696:> 684:< 665:and 588:> 572:> 556:> 550:< 543:> 537:< 533:> 527:< 523:> 517:< 511:> 499:> 493:< 480:SGML 419:Tags 352:tree 337:HTML 113:meta 50:HTML 23:and 12902:W3C 12880:W3C 12858:W3C 12819:W3C 12788:W3C 12750:RFC 12740:doi 12571:W3C 12540:W3C 12517:W3C 12492:W3C 12472:4.0 12460:W3C 12433:W3C 12403:RFC 12393:doi 11806:W3C 11615:W3C 11597:W3C 11519:W3C 11445:CSS 11435:§18 11390:W3C 11355:W3C 11333:W3C 11232:W3C 11207:W3C 11151:W3C 11133:W3C 11111:W3C 11077:IRI 10979:... 10964:... 10935:... 10820:!-- 10808:or 10768:or 10744:... 10728:in 10724:or 10677:... 10661:in 10657:or 10597:... 10581:in 10577:or 10521:SRC 10509:TOP 10481:... 10465:in 10461:or 10391:... 10367:UwU 10358:UuU 10321:in 10313:in 10273:in 10265:in 10243:... 10227:in 10219:in 10172:in 10164:in 10142:... 10050:src 10047:img 9961:src 9958:img 9917:not 9909:URL 9885:In 9865:in 9844:src 9825:... 9806:in 9784:... 9764:in 9752:src 9718:in 9685:... 9598:in 9571:... 9556:in 9533:... 9518:in 9495:... 9480:in 9457:... 9442:in 9419:... 9404:in 9377:... 9362:in 9339:... 9324:in 9297:... 9282:in 9259:... 9244:in 9217:... 9170:in 9145:... 9124:in 9110:... 9089:in 9075:... 9060:in 9046:... 9031:in 9009:... 8994:in 8976:... 8955:in 8947:max 8939:low 8935:min 8921:... 8906:in 8888:... 8873:in 8855:... 8834:in 8816:... 8800:in 8792:in 8784:in 8459:src 8453:An 8359:in 8331:in 8309:... 8294:in 8276:... 8261:in 8247:... 8232:in 8206:... 8161:in 8153:src 8139:... 8124:in 8110:... 8095:in 8079:src 8069:... 8054:in 8009:in 7976:... 7961:in 7943:... 7928:in 7916:IMG 7878:alt 7872:alt 7867:src 7831:... 7816:in 7792:... 7777:in 7769:src 7755:... 7740:in 7703:in 7695:in 7687:in 7661:... 7602:in 7576:in 7558:... 7543:in 7529:... 7514:in 7473:sub 7447:... 7431:... 7416:in 7391:... 7376:in 7358:... 7343:in 7325:... 7310:in 7292:... 7277:in 7259:... 7244:in 7226:... 7194:in 7186:URI 7157:... 7142:in 7124:... 7089:in 7072:or 7060:... 7045:in 7024:... 7009:in 6995:... 6977:W3C 6957:in 6936:... 6921:in 6907:... 6892:in 6878:... 6863:in 6831:in 6823:DOM 6821:or 6803:... 6782:in 6774:in 6766:in 6690:red 6332:... 6292:in 6232:... 6216:in 6208:in 6157:... 6141:in 6133:in 6091:... 6071:in 6063:in 6055:in 6021:In 6013:... 5998:in 5972:In 5943:In 5935:... 5920:in 5912:in 5904:in 5896:in 5826:In 5818:... 5803:in 5736:CSS 5726:In 5718:... 5703:in 5638:In 5630:... 5581:in 5569:VAR 5553:... 5538:in 5510:... 5495:in 5483:KBD 5467:... 5452:in 5424:... 5412:). 5394:kbd 5382:var 5351:in 5320:... 5305:in 5278:... 5263:in 5251:DFN 5239:... 5220:in 5212:in 5148:... 5132:in 5084:... 5046:in 4838:... 4799:or 4793:URL 4751:... 4702:in 4683:src 4669:... 4654:in 4634:... 4619:in 4607:PRE 4546:pre 4507:... 4492:in 4474:... 4459:in 4445:... 4426:in 4418:in 4410:in 4382:... 4367:in 4353:... 4338:in 4320:... 4305:in 4276:in 4262:... 4247:in 4233:... 4218:in 4200:... 4185:in 4167:... 4152:in 4139:DOM 4137:or 4119:... 4104:in 4086:... 4071:in 4063:in 4055:in 4031:... 4011:in 3953:... 3938:in 3924:... 3909:in 3889:... 3874:in 3850:... 3828:in 3820:in 3812:in 3800:DIR 3772:... 3756:in 3724:... 3709:in 3670:foo 3657:foo 3610:... 3595:in 3577:CJK 3515:foo 3502:foo 3451:... 3436:in 3412:... 3397:in 3373:... 3358:in 3322:... 3300:in 3285:not 3281:CSS 3244:... 3228:... 3212:... 3196:... 3180:... 3164:... 3149:in 3125:... 3098:CSS 3035:or 3018:in 2950:... 2935:in 2915:url 2891:CSS 2877:... 2844:... 2829:in 2821:src 2811:... 2796:in 2778:... 2763:in 2748:bar 2744:foo 2679:bar 2675:foo 2570:in 2521:rel 2469:rel 2394:in 2386:in 2378:in 2336:in 2277:in 2237:in 2211:... 2196:in 2171:... 2121:or 2070:SVG 2060:or 2021:CSS 1923:DTD 1913:In 1874:XML 1863:XML 1841:W3C 1761:XML 1748:or 1637:rel 1604:XML 1594:tag 1582:tag 1548:tag 1540:an 1526:tag 1499:tag 1487:an 1469:tag 1426:tag 1314:end 698:... 676:CSS 610:XML 331:An 245:W3C 194:CSS 12954:: 12900:. 12878:. 12848:; 12844:; 12840:; 12809:; 12786:. 12778:; 12774:; 12748:. 12738:. 12734:. 12674:; 12555:.) 12478:). 12458:. 12431:. 12401:. 12391:. 12387:. 12377:; 12345:. 12312:^ 12302:. 12276:. 12272:. 12261:^ 12148:. 12077:. 12010:. 11992:. 11974:. 11956:. 11938:. 11920:. 11902:. 11884:. 11866:. 11804:. 11800:. 11745:^ 11613:. 11595:. 11516:. 11490:. 11464:. 11460:. 11388:. 11384:. 11353:. 11349:. 11331:. 11318:§A 11249:. 11230:. 11226:. 11215:^ 11205:. 11201:. 11176:. 11159:^ 11149:. 11131:. 11127:. 11109:. 11105:. 11094:^ 10891:). 10843:!- 10800:A 10704:;} 10653:; 10631:. 10623:, 10573:; 10547:, 10543:, 10539:, 10535:, 10531:, 10527:, 10523:, 10519:, 10515:, 10511:, 10507:, 10503:, 10501:ID 10457:; 10317:; 10269:; 10223:; 10215:; 10168:; 10108:] 9997:br 9989:: 9945:. 9899:, 9889:, 9652:a 9650:or 9594:; 9552:; 9514:; 9476:; 9438:; 9400:; 9358:; 9347:A 9320:; 9305:A 9278:; 9240:; 8941:, 8937:, 8796:; 8788:; 8780:; 8566:A 8491:A 8474:A 8436:A 8400:A 8381:A 7699:; 7691:; 7510:; 7212:: 7080:: 7036:: 6778:; 6770:; 6280:TT 6212:; 6204:; 6137:; 6067:. 5916:. 5830:, 5738:: 5607:, 5565:). 5522:). 5479:). 5293:EM 5176:: 4893:h2 4862:h2 4816:id 4801:id 4591:, 4585:, 4579:, 4573:, 4422:; 4414:; 4295:A 4148:; 4067:; 4059:; 3986:. 3968:A 3824:; 3816:; 3790:ul 3744:LI 3738:ul 3734:ol 3697:UL 3685:. 3645:ul 3625:ul 3583:OL 3565:; 3490:ol 3470:ol 3424:DD 3385:DT 3346:DL 3266:h6 3262:h3 3258:h2 3254:h1 2990:' 2681:. 2628:. 2390:; 2382:; 2332:; 1925:: 1917:/ 1843:. 1753:=" 1742:=' 1518:a 1495:: 1461:a 1352:br 1342:br 1286:br 1276:br 693:li 687:ul 451:. 396:: 12911:. 12889:. 12866:. 12827:. 12796:. 12761:. 12742:: 12713:. 12688:. 12656:. 12613:. 12586:. 12579:. 12548:. 12525:. 12501:. 12468:. 12441:. 12414:. 12395:: 12349:. 12331:. 12288:. 12255:. 12213:. 12192:. 12172:. 12090:. 12014:. 11996:. 11978:. 11960:. 11942:. 11924:. 11906:. 11888:. 11870:. 11853:. 11835:. 11816:. 11786:. 11617:. 11599:. 11581:. 11524:. 11502:. 11476:. 11398:. 11253:. 11187:. 10976:} 10967:{ 10950:x 10941:. 10698:: 10692:{ 10555:. 10428:} 10422:: 10416:{ 10277:. 10231:. 10203:. 10176:. 10103:a 10098:D 10090:= 10081:= 10075:a 10070:[ 10062:= 10053:= 10016:p 10006:p 9973:= 9964:= 9712:. 9545:. 9469:. 9431:. 9393:. 9271:. 9093:. 9064:. 8959:. 8949:. 8900:. 8804:. 8768:. 8633:. 8612:. 8591:. 8298:. 8165:. 8128:. 8099:. 7955:. 7820:. 7781:. 7734:. 7642:) 7638:( 7606:. 7580:. 7547:. 7500:} 7497:; 7491:: 7485:{ 7479:} 7476:; 7470:: 7464:{ 7380:. 7347:. 7337:. 7314:. 7304:. 7281:. 7248:. 7238:. 7188:. 7146:. 7013:. 6896:. 6751:} 6748:; 6742:, 6736:, 6730:: 6724:{ 6712:= 6696:} 6693:; 6687:: 6681:{ 6669:= 6653:Y 6649:N 6644:} 6637:Y 6633:: 6627:{ 6618:" 6616:N 6614:" 6611:= 6571:= 6538:= 6504:= 6467:= 6453:. 6426:= 6412:. 6389:= 6276:) 6273:} 6270:; 6264:: 6258:{ 6220:. 6194:) 6191:} 6188:; 6182:: 6176:{ 6145:. 6125:} 6122:; 6116:: 6110:{ 6079:. 6049:S 5969:} 5966:; 5960:: 5954:{ 5924:. 5884:U 5852:} 5849:; 5843:: 5837:{ 5791:I 5756:} 5753:; 5747:: 5741:{ 5691:B 5664:} 5661:; 5655:: 5649:{ 5188:= 5108:= 5050:; 5034:A 5014:. 5008:a 4995:= 4986:= 4980:a 4967:. 4961:a 4948:= 4942:a 4933:; 4927:a 4914:= 4908:a 4899:. 4887:a 4874:= 4868:a 4843:a 4830:= 4824:a 4784:. 4739:. 4658:. 4603:. 4564:} 4561:; 4555:: 4549:; 4543:: 4537:{ 4463:. 4371:. 4332:. 4280:. 4251:. 4222:. 4189:. 4179:. 4098:. 4075:. 3989:( 3942:. 3913:. 3832:. 3796:. 3663:} 3660:; 3654:: 3648:{ 3631:= 3563:1 3553:i 3543:I 3533:a 3523:A 3508:} 3505:; 3499:: 3493:{ 3476:= 3335:. 3277:n 3272:n 3270:h 3137:P 2918:; 2909:@ 2868:= 2757:. 2729:= 2720:= 2711:= 2664:= 2655:= 2533:= 2524:= 2499:= 2490:= 2481:= 2472:= 2433:. 2398:. 2372:. 1880:( 1787:= 1757:" 1746:' 1732:= 1658:= 1649:= 1640:= 1556:. 1503:. 1477:; 1465:( 1399:= 1362:p 1332:p 1318:/ 1310:/ 1296:p 1266:p 1236:p 1226:p 1184:t 1181:n 1178:e 1175:m 1172:e 1169:l 1166:E 1150:g 1147:a 1144:t 1139:d 1136:n 1133:E 1115:p 1111:/ 1095:t 1092:n 1089:e 1086:t 1083:n 1080:o 1077:C 1065:. 1062:h 1059:p 1056:a 1053:r 1050:g 1047:a 1044:r 1041:a 1038:p 1032:a 1026:s 1023:i 1017:s 1014:i 1011:h 1008:T 997:g 994:a 991:t 985:t 982:r 979:a 976:t 973:S 943:e 940:u 937:l 934:a 931:v 925:e 922:t 919:u 916:b 913:i 910:r 907:t 904:t 901:A 895:r 892:t 889:t 886:A 872:h 869:p 866:a 863:r 860:g 857:a 854:r 851:a 848:p 833:= 820:e 817:m 814:a 811:n 806:e 803:t 800:u 797:b 794:i 791:r 788:t 785:t 782:A 767:s 764:s 761:a 758:l 755:c 741:p 655:; 649:: 585:p 579:p 569:p 563:p 553:p 540:p 530:p 520:p 508:p 496:p 320:e 313:t 306:v 41:. 34:. 27:.

Index

Help:Wikitext
Help:HTML in wikitext
Nitrosyl bromide
OpenType § Color fonts
HTML
Dynamic HTML
HTML5
article
audio
canvas
video
XHTML
Basic
Mobile Profile
HTML element
meta
div and span
blink
marquee
HTML attribute
alt attribute
HTML frame
HTML editor
Character encodings
named characters
Unicode
Language code
Document Object Model
Browser Object Model
Style sheets

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.