Results 161 - 180 of 215

<data>

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

<datalist>

The HTML Datalist Element (<datalist>) contains a set of <option> elements that represent the values available for other controls.
Element HTML HTML forms HTML5 Intermediate Reference Web

<dfn>

The HTML Definition Element (<dfn>) represents the defining instance of a term.
Element HTML HTML text-level semantics Reference Web

<dialog>

The HTML <dialog> 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.
Dialog Element Experimental HTML HTML interactive elements Reference Web

<div>

The HTML <div> 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.
Element HTML HTML grouping content HTML:Flow content Reference Web

<em>

The HTML element emphasis  <em> marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating a greater degree of emphasis.
Element font-style HTML HTML text-level semantics Reference Web

<embed>

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

<fieldset>

The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form.
Element Forms HTML HTML forms Intermediate Reference Web

<form>

The HTML <form> element represents a document section that contains interactive controls to submit information to a web server.
Element Forms HTML HTML forms Intermediate Reference Web

<hgroup>

The HTML <hgroup> 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. 
Element Experimental HTML HTML sections HTML5 Reference Web

<kbd>

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

<link>

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.
Element HTML HTML document metadata metadata Reference Web

<map>

The HTML <map> element is used with <area> elements to define an image map (a clickable link area).
Element HTML HTML embedded content Multimedia Reference Web

<mark>

The HTML Mark Element (<mark>) 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.
Element HTML HTML text-level semantics HTML5 Reference Web

<menu>

The HTML <menu> 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.
Element Experimental HTML HTML interactive elements Reference Web

<menuitem>

The HTML <menuitem> 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.
Element Experimental HTML HTML interactive elements HTML5 Reference Web

<meta>

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>).
Document Element HTML HTML document metadata metadata Reference Web

<nobr>

The HTML <nobr> element prevents a text from breaking into a new line automatically, so it is displayed on one long line and scrolling might be necessary. This tag is not standard HTML and should not be used. Instead use the CSS property white-space like this:
Element Élément HTML NeedsCompatTable Non-standard Reference Référence Web