Results 101 - 120 of 631

<code>

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

<col>

The HTML Table Column Element (<col>) 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.
Element HTML HTML tabular data Reference Tables Web

<colgroup>

The HTML Table Column Group Element (<colgroup>) defines a group of columns within a table.
Element HTML HTML tabular data Reference Tables Web

<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

<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

<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

<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

<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

<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

<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

<q>

The HTML Quote Element (<q>) 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.
Element HTML HTML text-level semantics Reference Web

<rp>

The HTML <rp> element is used to provide fall-back parenthesis for browsers non-supporting ruby annotations. Ruby annotations are for showing pronunciation 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.
Element HTML HTML text-level semantics Reference Web

<rt>

The HTML <rt> Element embraces pronunciation of characters presented in a ruby annotations, which are used to describe the pronunciation of East Asian characters. This element is always used inside a <ruby> element.
Element HTML HTML text-level semantics Reference Web

<rtc>

The HTML <rtc> 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.
Element HTML HTML text-level semantics Reference Web

<ruby>

The HTML <ruby> Element represents a ruby annotation. Ruby annotations are for showing pronunciation of East Asian characters.
Element HTML HTML text-level semantics Reference Web

<samp>

The HTML <samp> 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).
Element HTML HTML text-level semantics Reference Web