Section 1

Preview this deck

<datalist>

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (111)

Section 1

(50 cards)

<datalist>

Front

The HTML Datalist Element (<>) contains a set of <option> elements that represent the values available for other controls. Type- Forms:The HTML Datalist Element (<>) contains a set of <option> elements that represent the values available for other controls.

Back

<article>

Front

The HTML Article Element (<>) represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable, e.g., in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, or any other independent item of content. Each <article> should be identified, typically by including a heading (h1-h6 element) as a child of the <article> element. Type- Content sectioning:The HTML Article Element (<>) represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable, e.g., in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, or any other independent item of content. Each <article> should be identified, typically by including a heading (h1-h6 element) as a child of the <article> element.

Back

<textarea>

Front

The HTML <> element represents a multi-line plain-text editing control. Type- Forms:The HTML <> element represents a multi-line plain-text editing control.

Back

<section>

Front

The HTML Section Element (<>) represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading. Each <section> should be identified, typically by including a heading (<h1>-<h6> element) as a child of the <section> element. Type- Content sectioning:The HTML Section Element (<>) represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading. Each <section> should be identified, typically by including a heading (<h1>-<h6> element) as a child of the <section> element.

Back

<img>

Front

The HTML Image Element (<>) represents an image of the document. Type- Image & multimedia:The HTML Image Element (<>) represents an image of the document.

Back

<footer>

Front

The HTML <> Element (<>) represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data or links to related documents. Type- Content sectioning:The HTML Footer Element (<>) represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data or links to related documents.

Back

<header>

Front

The HTML <> Element represents a group of introductory or navigational aids. It may contain some heading elements but also other elements like a logo, wrapped section's header, a search form, and so on. Type- Content sectioning:The HTML <> Element represents a group of introductory or navigational aids. It may contain some heading elements but also other elements like a logo, wrapped section's header, a search form, and so on.

Back

<embed>

Front

The HTML <> Element represents an integration point for an external application or interactive content (in other words, a plug-in). Type- embedded content:The HTML <> Element represents an integration point for an external application or interactive content (in other words, a plug-in).

Back

<span>

Front

The HTML <> element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a <div> element, but <div> is a block-level element whereas a <span> is an inline element. Type- Inline text semantics:The HTML <> element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a <div> element, but <div> is a block-level element whereas a <span> is an inline element.

Back

<ins>

Front

The HTML <> Element (or HTML Inserted Text) HTML represents a range of text that has been added to a document. Type- Edits:The HTML <> Element (or HTML Inserted Text) HTML represents a range of text that has been added to a document.

Back

<param>

Front

The HTML <> Element (or HTML Parameter Element) defines parameters for <object>. Type- embedded content:The HTML <> Element (or HTML Parameter Element) defines parameters for <object>.

Back

<link>

Front

The HTML Link Element (<>) specifies relationships between the current document and an external resource. Possible uses for this element include defining a relational framework for navigation. This Element is most used to link to style sheets. Type- Document metadata:The HTML Link Element (<>) specifies relationships between the current document and an external resource. Possible uses for this element include defining a relational framework for navigation. This Element is most used to link to style sheets.

Back

<del>

Front

The HTML Deleted Text Element (<>) represents a range of text that has been deleted from a document. This element is often (but need not be) rendered with strike-through text. Type- Edits:The HTML Deleted Text Element (<>) represents a range of text that has been deleted from a document. This element is often (but need not be) rendered with strike-through text.

Back

<source>

Front

The HTML <> element is used to specify multiple media resources for <picture>, <audio> and <video> elements. It is an empty element. It is commonly used to serve the same media in multiple formats supported by different browsers. Type- embedded content:The HTML <> element is used to specify multiple media resources for <picture>, <audio> and <video> elements. It is an empty element. It is commonly used to serve the same media in multiple formats supported by different browsers.

Back

<audio>

Front

The HTML <> element is used to embed sound content in documents. It may contain several audio sources, represented using the src attribute or the <source> element; the browser will choose the most suitable one. Type- Image & multimedia:The HTML <> element is used to embed sound content in documents. It may contain several audio sources, represented using the src attribute or the <source> element; the browser will choose the most suitable one.

Back

<body>

Front

The HTML Body Element (<>) represents the content of an HTML document. There can be only one <body> element in a document. Type- Content sectioning:The HTML Body Element (<>) represents the content of an HTML document. There can be only one <body> element in a document.

Back

<meter>

Front

The HTML <> Element represents either a scalar value within a known range or a fractional value. Type- Forms:The HTML <> Element represents either a scalar value within a known range or a fractional value.

Back

<del>

Front

The HTML Deleted Text Element (<>) represents a range of text that has been deleted from a document. This element is often (but need not be) rendered with strike-through text. Type- Edits:The HTML Deleted Text Element (<>) represents a range of text that has been deleted from a document. This element is often (but need not be) rendered with strike-through text.

Back

<bdo>

Front

The HTML <> Element (or HTML bidirectional override element) is used to override the current directionality of text. It causes the directionality of the characters to be ignored in favor of the specified directionality. Type- Inline text semantics:The HTML <> Element (or HTML bidirectional override element) is used to override the current directionality of text. It causes the directionality of the characters to be ignored in favor of the specified directionality.

Back

<hgroup>

Front

The HTML <> Element (HTML Headings Group Element) represents the heading of a section. It defines a single title that participates in the outline of the document as the heading of the implicit or explicit section that it belongs to. Type- Content sectioning:The HTML <> Element (HTML Headings Group Element) represents the heading of a section. It defines a single title that participates in the outline of the document as the heading of the implicit or explicit section that it belongs to.

Back

<keygen>

Front

The HTML <> element exists to facilitate generation of key material, and submission of the public key as part of an HTML form. This mechanism is designed for use with Web-based certificate management systems. It is expected that the <keygen> element will be used in an HTML form along with other information needed to construct a certificate request, and that the result of the process will be a signed certificate. Type- Forms:The HTML <> element exists to facilitate generation of key material, and submission of the public key as part of an HTML form. This mechanism is designed for use with Web-based certificate management systems. It is expected that the <keygen> element will be used in an HTML form along with other information needed to construct a certificate request, and that the result of the process will be a signed certificate.

Back

<nav>

Front

The HTML Navigation Element (<>) represents a section of a page that links to other pages or to parts within the page: a section with navigation links. Type- Content sectioning:The HTML Navigation Element (<>) represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

Back

<style>

Front

The HTML Style Element (<>) contains style information for a document, or part of a document. By default, the style instructions writen inside that element are expected to be CSS. Type- Document metadata:The HTML Style Element (<>) contains style information for a document, or part of a document. By default, the style instructions writen inside that element are expected to be CSS.

Back

<button>

Front

The HTML <> Element represents a clickable button. Type- Forms:The HTML <> Element represents a clickable button.

Back

<title>

Front

The HTML Title Element (<>) defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted. Type- Document metadata:The HTML Title Element (<>) defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

Back

<option>

Front

In a Web form, the HTML <> element is used to create a control representing an item within a <select>, an <optgroup> or a <datalist> HTML5 element. Type- Forms:In a Web form, the HTML <> element is used to create a control representing an item within a <select>, an <optgroup> or a <datalist> HTML5 element.

Back

<rp>

Front

The HTML <> element is used to provide fall-back parenthesis for browsers non-supporting ruby annotations. Ruby annotations are for showing pronounciation of East Asian characters, like using Japanese furigana or Taiwainese bopomofo characters. The <rp> element is used in the case of lack of <ruby> element support its content has what should be displayed in order to indicate the presence of a ruby annotation, usually parentheses. Type- Inline text semantics:The HTML <> element is used to provide fall-back parenthesis for browsers non-supporting ruby annotations. Ruby annotations are for showing pronounciation of East Asian characters, like using Japanese furigana or Taiwainese bopomofo characters. The <rp> element is used in the case of lack of <ruby> element support its content has what should be displayed in order to indicate the presence of a ruby annotation, usually parentheses.

Back

<optgroup>

Front

In a Web form, the HTML <> element creates a grouping of options within a <select> element. Type- Forms:In a Web form, the HTML <> element creates a grouping of options within a <select> element.

Back

<map>

Front

The HTML <> element is used with <area> elements to define an image map (a clickable link area). Type- Image & multimedia:The HTML <> element is used with <area> elements to define an image map (a clickable link area).

Back

<input>

Front

The HTML <> element is used to create interactive controls for web-based forms in order to accept data from the user. The semantics of an <input> varies considerably depending on the value of its type attribute. Type- Forms:The HTML <> element is used to create interactive controls for web-based forms in order to accept data from the user. The semantics of an <input> varies considerably depending on the value of its type attribute.

Back

<video>

Front

The HTML <> element is used to embed video content. It may contain several video sources, represented using the src attribute or the <source> element; the browser will choose the most suitable one. Type- Image & multimedia:The HTML <> element is used to embed video content. It may contain several video sources, represented using the src attribute or the <source> element; the browser will choose the most suitable one.

Back

<track>

Front

The HTML <> element is used as a child of the media elements—<audio> and <video>. It lets you specify timed text tracks (or time-based data), for example to automaticaly handle subtitles. Type- Image & multimedia:The HTML <> element is used as a child of the media elements—<audio> and <video>. It lets you specify timed text tracks (or time-based data), for example to automaticaly handle subtitles.

Back

<progress>

Front

The HTML <> Element is used to view the completion progress of a task. While the specifics of how it's displayed is left up to the browser developer, it's typically displayed as a progress bar. Javascript can be used to manipulate the value of progress bar. Type- Forms:The HTML <> Element is used to view the completion progress of a task. While the specifics of how it's displayed is left up to the browser developer, it's typically displayed as a progress bar. Javascript can be used to manipulate the value of progress bar.

Back

<samp>

Front

The HTML <> element is an element intended to identify sample output from a computer program. It is usually displayed in the browser's default monotype font (such as Lucida Console). Type- Inline text semantics:The HTML <> element is an element intended to identify sample output from a computer program. It is usually displayed in the browser's default monotype font (such as Lucida Console).

Back

<area>

Front

The HTML <> element defines a hot-spot region on an image, and optionally associates it with a hypertext link. This element is used only within a <map> element. Type- Image & multimedia:The HTML <> element defines a hot-spot region on an image, and optionally associates it with a hypertext link. This element is used only within a <map> element.

Back

<label>

Front

The HTML Label Element (<l>) represents a caption for an item in a user interface. It can be associated with a control either by placing the control element inside the label element, or by using the for attribute. Such a control is called the labeled control of the label element. Type- Forms:The HTML Label Element (<l>) represents a caption for an item in a user interface. It can be associated with a control either by placing the control element inside the label element, or by using the for attribute. Such a control is called the labeled control of the label element.

Back

<legend>

Front

The HTML <> Element (or HTML Legend Field Element) represents a caption for the content of its parent <fieldset>. Type- Forms:The HTML <> Element (or HTML Legend Field Element) represents a caption for the content of its parent <fieldset>.

Back

<iframe>

Front

The HTML Inline Frame Element (<>) represents a nested browsing context, effectively embedding another HTML page into the current page. In HTML 4.01, a document may contain a head and a body or a head and a frame-set, but not both a body and a frame-set. However, an <iframe> can be used within a normal document body. Each browsing context has its own session history and active document. The browsing context that contains the embedded content is called the parent browsing context. The top-level browsing context (which has no parent) is typically the browser window. Type- embedded content:The HTML Inline Frame Element (<>) represents a nested browsing context, effectively embedding another HTML page into the current page. In HTML 4.01, a document may contain a head and a body or a head and a frame-set, but not both a body and a frame-set. However, an <iframe> can be used within a normal document body. Each browsing context has its own session history and active document. The browsing context that contains the embedded content is called the parent browsing context. The top-level browsing context (which has no parent) is typically the browser window.

Back

<head>

Front

The HTML Head Element (<>) provides general information (metadata) about the document, including its title and links to or definitions of scripts and style sheets Type- Document metadata:The HTML Head Element (<>) provides general information (metadata) about the document, including its title and links to or definitions of scripts and style sheets

Back

<output>

Front

The HTML <> element represents the result of a calculation or user action. Type- Forms:The HTML <> element represents the result of a calculation or user action.

Back

<h1>, <h2>, <h3>, <h4>, <h5>, <h6>

Front

Heading elements implement six levels of document headings, <> is the most important and <h6> is the least. A heading element briefly describes the topic of the section it introduces. Heading information may be used by user agents, for example, to construct a table of contents for a document automatically. Type- Content sectioning:Heading elements implement six levels of document headings, <> is the most important and <h6> is the least. A heading element briefly describes the topic of the section it introduces. Heading information may be used by user agents, for example, to construct a table of contents for a document automatically.

Back

<select>

Front

The HTML select (<>) element represents a control that presents a menu of options. The options within the menu are represented by <option> elements, which can be grouped by <optgroup> elements. Options can be pre-selected for the user. Type- Forms:The HTML select (<>) element represents a control that presents a menu of options. The options within the menu are represented by <option> elements, which can be grouped by <optgroup> elements. Options can be pre-selected for the user.

Back

<base>

Front

The HTML Base Element (<>) specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element in a document. Type- Document metadata:The HTML Base Element (<>) specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element in a document.

Back

<form>

Front

The HTML <> element represents a document section that contains interactive controls to submit information to a web server. Type- Forms:The HTML <> element represents a document section that contains interactive controls to submit information to a web server.

Back

<abbr>

Front

The HTML <> element (or HTML Abbreviation element) represents an abbreviation and optionally provides a full description for it. If present, the title attribute must contain this full description and nothing else. Type- Inline text semantics:The HTML <> element (or HTML Abbreviation element) represents an abbreviation and optionally provides a full description for it. If present, the title attribute must contain this full description and nothing else.

Back

<meta>

Front

The HTML Meta Element (<>) represents any metadata information that cannot be represented by one of the other HTML meta-related elements (<base>, <link>, <script>, <style> or <title>). Type- Document metadata:The HTML Meta Element (<>) represents any metadata information that cannot be represented by one of the other HTML meta-related elements (<base>, <link>, <script>, <style> or <title>).

Back

<address>

Front

The HTML Address Element (<>) should be used by authors to supply contact information for its nearest <article> or <body> ancestor; in the latter case, it applies to the whole document. Type- Content sectioning:The HTML Address Element (<>) should be used by authors to supply contact information for its nearest <article> or <body> ancestor; in the latter case, it applies to the whole document.

Back

<ins>

Front

The HTML <> Element (or HTML Inserted Text) HTML represents a range of text that has been added to a document. Type- Edits:The HTML <> Element (or HTML Inserted Text) HTML represents a range of text that has been added to a document.

Back

<object>

Front

The HTML Embedded Object Element (<>) represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin. Type- embedded content:The HTML Embedded Object Element (<>) represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.

Back

<fieldset>

Front

The HTML <> element is used to group several controls as well as labels (<label>) within a web form. Type- Forms:The HTML <> element is used to group several controls as well as labels (<label>) within a web form.

Back

Section 2

(50 cards)

<i>

Front

The HTML <> Element represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type. Type- Inline text semantics:The HTML <> Element represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type.

Back

<div>

Front

The HTML <> element (or HTML Document Division Element) is the generic container for flow content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element (such as <article> or <nav>) is appropriate. Type- Text content:The HTML <> element (or HTML Document Division Element) is the generic container for flow content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element (such as <article> or <nav>) is appropriate.

Back

<tbody>

Front

The HTML Table Body Element (<>) defines one or more rows as the body of its parent <table> element when no <tr> elements are children of the parent. In conjunction with a preceding <tfoot> and <thead> element, <tbody> provides additional semantic information for devices such as printers and displays. Of the parent table's child elements, <tbody> will represent the content, if longer than a page, that will most likely differ for each page printed. The <tfoot> and <thead> elements' content will be consistent for each page printed. For displays, <tbody> will enable separate scrolling from the <tfoot>, <thead> and <caption> elements of the same parent <table> element. Type- Table content:The HTML Table Body Element (<>) defines one or more rows as the body of its parent <table> element when no <tr> elements are children of the parent. In conjunction with a preceding <tfoot> and <thead> element, <tbody> provides additional semantic information for devices such as printers and displays. Of the parent table's child elements, <tbody> will represent the content, if longer than a page, that will most likely differ for each page printed. The <tfoot> and <thead> elements' content will be consistent for each page printed. For displays, <tbody> will enable separate scrolling from the <tfoot>, <thead> and <caption> elements of the same parent <table> element.

Back

<th>

Front

The HTML Table Header Cell Element (<>) defines a cell that is a header for a group of cells of a table. The group of cells that the header refers to is defined by the scope and headers attribute. Type- Table content:The HTML Table Header Cell Element (<>) defines a cell that is a header for a group of cells of a table. The group of cells that the header refers to is defined by the scope and headers attribute.

Back

<rtc>

Front

The HTML <> Element embraces semantic annotations of characters presented in a ruby of <rb> elements used inside of <ruby> element. <rb> elements can have both pronunciation (<rt> and semantic (<rtc>) annotations. Type- Inline text semantics:The HTML <> Element embraces semantic annotations of characters presented in a ruby of <rb> elements used inside of <ruby> element. <rb> elements can have both pronunciation (<rt> and semantic (<rtc>) annotations.

Back

<a>

Front

The HTML <> Element (or the HTML Anchor Element) defines a hyperlink, the named target destination for a hyperlink, or both. Type- Inline text semantics:The HTML <> Element (or the HTML Anchor Element) defines a hyperlink, the named target destination for a hyperlink, or both.

Back

<details>

Front

The HTML Details Element (<>) is used as a disclosure widget from which the user can retrieve additional information. Type- Interactive elements:The HTML Details Element (<>) is used as a disclosure widget from which the user can retrieve additional information.

Back

<summary>

Front

The HTML summary element (<>) is used as a summary, caption, or legend for the content of a <details> element. Type- Interactive elements:The HTML summary element (<>) is used as a summary, caption, or legend for the content of a <details> element.

Back

<var>

Front

The HTML Variable Element (<>) represents a variable in a mathematical expression or a programming context. Type- Inline text semantics:The HTML Variable Element (<>) represents a variable in a mathematical expression or a programming context.

Back

<col>

Front

The HTML Table Column Element (<>) defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element. Type- Table content:The HTML Table Column Element (<>) defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element.

Back

<time>

Front

The HTML <> element represents either a time on a 24-hour clock or a precise date in the Gregorian calendar (with optional time and timezone information). Type- Inline text semantics:The HTML <> element represents either a time on a 24-hour clock or a precise date in the Gregorian calendar (with optional time and timezone information).

Back

<dt>

Front

The HTML <> element (or HTML Definition Term Element) identifies a term in a definition list. This element can occur only as a child element of a <dl>. It is usually followed by a <dd> element; however, multiple <dt> elements in a row indicate several terms that are all defined by the immediate next <dd> element. Type- Text content:The HTML <> element (or HTML Definition Term Element) identifies a term in a definition list. This element can occur only as a child element of a <dl>. It is usually followed by a <dd> element; however, multiple <dt> elements in a row indicate several terms that are all defined by the immediate next <dd> element.

Back

<figure>

Front

The HTML <> Element represents self-contained content, frequently with a caption (<figcaption>), and is typically referenced as a single unit. While it is related to the main flow, its position is independent of the main flow. Usually this is an image, an illustration, a diagram, a code snippet, or a schema that is referenced in the main text, but that can be moved to another page or to an appendix without affecting the main flow. Type- Text content:The HTML <> Element represents self-contained content, frequently with a caption (<figcaption>), and is typically referenced as a single unit. While it is related to the main flow, its position is independent of the main flow. Usually this is an image, an illustration, a diagram, a code snippet, or a schema that is referenced in the main text, but that can be moved to another page or to an appendix without affecting the main flow.

Back

<sub>

Front

The HTML Subscript Element (<>) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text. Type- Inline text semantics:The HTML Subscript Element (<>) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text.

Back

<canvas>

Front

The HTML <> Element can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make photo compositions or even perform animations. You may (and should) provide alternate content inside the <canvas> block. That content will be rendered both on older browsers that don't support canvas and in browsers with JavaScript disabled. Type- Scripting:The HTML <> Element can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make photo compositions or even perform animations. You may (and should) provide alternate content inside the <canvas> block. That content will be rendered both on older browsers that don't support canvas and in browsers with JavaScript disabled.

Back

<table>

Front

The HTML Table Element (<>) represents data in two dimensions or more. Type- Table content:The HTML Table Element (<>) represents data in two dimensions or more.

Back

<cite>

Front

The HTML Citation Element (<>) represents a reference to a creative work. It must include the title of a work or a URL reference, which may be in an abbreviated form according to the conventions used for the addition of citation metadata. Type- Inline text semantics:The HTML Citation Element (<>) represents a reference to a creative work. It must include the title of a work or a URL reference, which may be in an abbreviated form according to the conventions used for the addition of citation metadata.

Back

<menuitem>

Front

The HTML <> element represents a command that a user is able to invoke through a popup menu. This includes context menus, as well as menus that might be attached to a menu button. Type- Interactive elements:The HTML <> element represents a command that a user is able to invoke through a popup menu. This includes context menus, as well as menus that might be attached to a menu button.

Back

<strong>

Front

The HTML Strong Element (<>) gives text strong importance, and is typically displayed in bold. Type- Inline text semantics:The HTML Strong Element (<>) gives text strong importance, and is typically displayed in bold.

Back

<script>

Front

The HTML <> element is used to embed or reference an executable script within an HTML or XHTML document. Type- Scripting:The HTML <> element is used to embed or reference an executable script within an HTML or XHTML document.

Back

<caption>

Front

The HTML <> Element (or HTML Table Caption Element) represents the title of a table. Though it is always the first descendant of a <table>, its styling, using CSS, may place it elsewhere, relative to the table. Type- Table content:The HTML <> Element (or HTML Table Caption Element) represents the title of a table. Though it is always the first descendant of a <table>, its styling, using CSS, may place it elsewhere, relative to the table.

Back

<tfoot>

Front

The HTML Table Foot Element (<>) defines a set of rows summarizing the columns of the table. Type- Table content:The HTML Table Foot Element (<>) defines a set of rows summarizing the columns of the table.

Back

<ruby>

Front

The HTML <> Element represents a ruby annotation. Ruby annotations are for showing pronunciation of East Asian characters. Type- Inline text semantics:The HTML <> Element represents a ruby annotation. Ruby annotations are for showing pronunciation of East Asian characters.

Back

<thead>

Front

The HTML Table Head Element (<>) defines a set of rows defining the head of the columns of the table. Type- Table content:The HTML Table Head Element (<>) defines a set of rows defining the head of the columns of the table.

Back

<dd>

Front

The HTML Description Element (<>) indicates the description of a term in a description list (<dl>) element. This element can occur only as a child element of a definition list and it must follow a <dt> element. Type- Text content:The HTML Description Element (<>) indicates the description of a term in a description list (<dl>) element. This element can occur only as a child element of a definition list and it must follow a <dt> element.

Back

<br>

Front

The HTML <> Element (or HTML Line Break Element) produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant. Type- Inline text semantics:The HTML <> Element (or HTML Line Break Element) produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.

Back

<small>

Front

The HTML Small Element (<>) makes the text font size one size smaller (for example, from large to medium, or from small to x-small) down to the browser's minimum font size. In HTML5, this element is repurposed to represent side-comments and small print, including copyright and legal text, independent of its styled presentation. Type- Inline text semantics:The HTML Small Element (<>) makes the text font size one size smaller (for example, from large to medium, or from small to x-small) down to the browser's minimum font size. In HTML5, this element is repurposed to represent side-comments and small print, including copyright and legal text, independent of its styled presentation.

Back

<figcaption>

Front

The HTML <> Element represents a caption or a legend associated with a figure or an illustration described by the rest of the data of the <figure> element which is its immediate ancestor which means <figcaption> can be the first or last element inside a <figure> block. Also, the HTML Figcaption Element is optional; if not provided, then the parent figure element will have no caption. Type- Text content:The HTML <> Element represents a caption or a legend associated with a figure or an illustration described by the rest of the data of the <figure> element which is its immediate ancestor which means <figcaption> can be the first or last element inside a <figure> block. Also, the HTML Figcaption Element is optional; if not provided, then the parent figure element will have no caption.

Back

<b>

Front

The HTML <> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance. It is typically used for keywords in a summary, product names in a review, or other spans of text whose typical presentation would be boldfaced. Another example of its use is to mark the lead sentence of each paragraph of an article. Type- Inline text semantics:The HTML <> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance. It is typically used for keywords in a summary, product names in a review, or other spans of text whose typical presentation would be boldfaced. Another example of its use is to mark the lead sentence of each paragraph of an article.

Back

<blockquote>

Front

The HTML <> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element. Type- Text content:The HTML <> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.

Back

<wbr>

Front

The Word Break Opportunity (<>) HTML element represents a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location. Type- Inline text semantics:The Word Break Opportunity (<>) HTML element represents a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location.

Back

<tr>

Front

The HTML Table Row Element (<>) defines a row of cells in a table. Those can be a mix of <td> and <th> elements. Type- Table content:The HTML Table Row Element (<>) defines a row of cells in a table. Those can be a mix of <td> and <th> elements.

Back

<mark>

Front

The HTML Mark Element (<>) represents highlighted text, i.e., a run of text marked for reference purpose, due to its relevance in a particular context. For example it can be used in a page showing search results to highlight every instance of the searched-for word. Type- Inline text semantics:The HTML Mark Element (<>) represents highlighted text, i.e., a run of text marked for reference purpose, due to its relevance in a particular context. For example it can be used in a page showing search results to highlight every instance of the searched-for word.

Back

<rt>

Front

The HTML <> Element embraces pronunciation of character presented in a ruby annotations, which are for showing pronunciation of East Asian characters and the <rt> element is used inside of <ruby> element. Type- Inline text semantics:The HTML <> Element embraces pronunciation of character presented in a ruby annotations, which are for showing pronunciation of East Asian characters and the <rt> element is used inside of <ruby> element.

Back

<s>

Front

The HTML Strikethrough Element (<>) renders text with a strikethrough, or a line through it. Use the <s> element to represent things that are no longer relevant or no longer accurate. However, <s> is not appropriate when indicating document edits; for that, use the <del> and <ins> elements, as appropriate. Type- Inline text semantics:The HTML Strikethrough Element (<>) renders text with a strikethrough, or a line through it. Use the <s> element to represent things that are no longer relevant or no longer accurate. However, <s> is not appropriate when indicating document edits; for that, use the <del> and <ins> elements, as appropriate.

Back

<q>

Front

The HTML Quote Element (<>) indicates that the enclosed text is a short inline quotation. This element is intended for short quotations that don't require paragraph breaks; for long quotations use <blockquote> element. Type- Inline text semantics:The HTML Quote Element (<>) indicates that the enclosed text is a short inline quotation. This element is intended for short quotations that don't require paragraph breaks; for long quotations use <blockquote> element.

Back

<dfn>

Front

The HTML Definition Element (<>) represents the defining instance of a term. Type- Inline text semantics:The HTML Definition Element (<>) represents the defining instance of a term.

Back

<dialog>

Front

The HTML <> element represents a dialog box or other interactive component, such as an inspector or window. <form> elements can be integrated within a dialog by specifying them with the attribute method="dialog". When such a form is submitted, the dialog is closed with a returnValue attribute set to the value of the submit button used. Type- Interactive elements:The HTML <> element represents a dialog box or other interactive component, such as an inspector or window. <form> elements can be integrated within a dialog by specifying them with the attribute method="dialog". When such a form is submitted, the dialog is closed with a returnValue attribute set to the value of the submit button used.

Back

<sup>

Front

The HTML Superscript Element (<>) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text. Type- Inline text semantics:The HTML Superscript Element (<>) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text.

Back

<menu>

Front

The HTML <> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked. Type- Interactive elements:The HTML <> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.

Back

<u>

Front

The HTML Underline Element (<>) renders text with an underline, a line under the baseline of its content. Type- Inline text semantics:The HTML Underline Element (<>) renders text with an underline, a line under the baseline of its content.

Back

<kbd>

Front

The HTML Keyboard Input Element (<>) represents user input and produces an inline element displayed in the browser's default monospace font. Type- Inline text semantics:The HTML Keyboard Input Element (<>) represents user input and produces an inline element displayed in the browser's default monospace font.

Back

<code>

Front

The HTML Code Element (<>) represents a fragment of computer code. By default, it is displayed in the browser's default monospace font. Type- Inline text semantics:The HTML Code Element (<>) represents a fragment of computer code. By default, it is displayed in the browser's default monospace font.

Back

<td>

Front

The Table cell HTML element (<>) defines a cell of a table that contains data. It participates in the table model. Type- Table content:The Table cell HTML element (<>) defines a cell of a table that contains data. It participates in the table model.

Back

<dl>

Front

The HTML <> Element (or HTML Description List Element) encloses a list of pairs of terms and descriptions. Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs). Type- Text content:The HTML <> Element (or HTML Description List Element) encloses a list of pairs of terms and descriptions. Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).

Back

<bdi>

Front

The HTML <> Element (or Bi-Directional Isolation Element) isolates a span of text that might be formatted in a different direction from other text outside it. Type- Inline text semantics:The HTML <> Element (or Bi-Directional Isolation Element) isolates a span of text that might be formatted in a different direction from other text outside it.

Back

<em>

Front

The HTML Emphasis Element (<>) marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating a greater degree of emphasis. Type- Inline text semantics:The HTML Emphasis Element (<>) marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating a greater degree of emphasis.

Back

<noscript>

Front

The HTML <> Element defines a section of html to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser. Type- Scripting:The HTML <> Element defines a section of html to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser.

Back

<colgroup>

Front

The HTML Table Column Group Element (<>) defines a group of columns within a table. Type- Table content:The HTML Table Column Group Element (<>) defines a group of columns within a table.

Back

<data>

Front

The HTML <> Element links a given content with a machine-readable translation. If the content is time- or date-related, the <time> must be used. Type- Inline text semantics:The HTML <> Element links a given content with a machine-readable translation. If the content is time- or date-related, the <time> must be used.

Back

Section 3

(11 cards)

<element>

Front

The HTML <> element is used to define new custom DOM elements. Type- Web Components:The HTML <> element is used to define new custom DOM elements.

Back

<li>

Front

The HTML List item element (<>) is used to represent a list item. It should be contained in an ordered list (<ol>), an unordered list (<ul>) or a menu (<menu>), where it represents a single entity in that list. In menus and unordered lists, list items are ordinarily displayed using bullet points. In ordered lists, they are usually displayed with some ascending counter on the left such as a number or letter Type- Text content:The HTML List item element (<>) is used to represent a list item. It should be contained in an ordered list (<ol>), an unordered list (<ul>) or a menu (<menu>), where it represents a single entity in that list. In menus and unordered lists, list items are ordinarily displayed using bullet points. In ordered lists, they are usually displayed with some ascending counter on the left such as a number or letter

Back

<main>

Front

The HTML Main Element (<main>) represents the main content of the <body> of a document or application. The main content area consists of content that is directly related to, or expands upon the central topic of a document or the central functionality of an application. This content should be unique to the document, excluding any content that is repeated across a set of documents such as sidebars, navigation links, copyright information, site logos, and search forms (unless, of course, the document's main function is as a search form).

Back

<content>

Front

The HTML <> element is used inside of Shadow DOM as an insertion point. It is not intended to be used in ordinary HTML. It is used with Web Components. Type- Web Components:The HTML <> element is used inside of Shadow DOM as an insertion point. It is not intended to be used in ordinary HTML. It is used with Web Components.

Back

<hr>

Front

The HTML <> element represents a thematic break between paragraph-level elements (for example, a change of scene in a story, or a shift of topic with a section). In previous versions of HTML, it represented a horizontal rule. It may still be displayed as a horizontal rule in visual browsers, but is now defined in semantic terms, rather than presentational terms. Type- Text content:The HTML <> element represents a thematic break between paragraph-level elements (for example, a change of scene in a story, or a shift of topic with a section). In previous versions of HTML, it represented a horizontal rule. It may still be displayed as a horizontal rule in visual browsers, but is now defined in semantic terms, rather than presentational terms.

Back

<ol>

Front

The HTML <> Element (or HTML Ordered List Element) represents an ordered list of items. Typically, ordered-list items are displayed with a preceding numbering, which can be of any form, like numerals, letters or Romans numerals or even simple bullets. This numbered style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type property. Type- Text content:The HTML <> Element (or HTML Ordered List Element) represents an ordered list of items. Typically, ordered-list items are displayed with a preceding numbering, which can be of any form, like numerals, letters or Romans numerals or even simple bullets. This numbered style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type property.

Back

<ul>

Front

The HTML unordered list element (<>) represents an unordered list of items, namely a collection of items that do not have a numerical ordering, and their order in the list is meaningless. Typically, unordered-list items are displayed with a bullet, which can be of several forms, like a dot, a circle or a squared. The bullet style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type property. Type- Text content:The HTML unordered list element (<>) represents an unordered list of items, namely a collection of items that do not have a numerical ordering, and their order in the list is meaningless. Typically, unordered-list items are displayed with a bullet, which can be of several forms, like a dot, a circle or a squared. The bullet style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type property.

Back

<p>

Front

The HTML <> element (or HTML Paragraph Element) represents a paragraph of text. Type- Text content:The HTML <> element (or HTML Paragraph Element) represents a paragraph of text.

Back

<shadow>

Front

The HTML <> element is used as a shadow DOM insertion point. You might use it if you have created multiple shadow roots under a shadow host. It is not useful in ordinary HTML. It is used with Web Components. Type- Web Components:The HTML <> element is used as a shadow DOM insertion point. You might use it if you have created multiple shadow roots under a shadow host. It is not useful in ordinary HTML. It is used with Web Components.

Back

<pre>

Front

The HTML Preformatted Text (<>) represents preformatted text. Text within this element is typically displayed in a non-proportional font exactly as it is laid out in the file. Whitespaces inside this element are displayed as typed. Type- Text content:The HTML Preformatted Text (<>) represents preformatted text. Text within this element is typically displayed in a non-proportional font exactly as it is laid out in the file. Whitespaces inside this element are displayed as typed.

Back

<template>

Front

The HTML template element <> is a mechanism for holding client-side content that is not to be rendered when a page is loaded but may subsequently be instantiated during runtime using JavaScript. Type- Web Components:The HTML template element <> is a mechanism for holding client-side content that is not to be rendered when a page is loaded but may subsequently be instantiated during runtime using JavaScript.

Back