You are here: Reference > HTML > tags > ruby

ruby element

Browser support:
Designates an annotation or a pronunciation guide for words and phrases.
The only valid element within the ruby element is the rt element.
If you want to see the HTML tags by categories, please visit this page.
This element requires a closing tag.
JavaScript page for this element: ruby.

Possible members:

Attributes
Events
Styles
Pseudos
accessKey
Sets an access key to an element.
cite
Sets the location of the source document.
class
Sets the style class or classes that belong to the element.
contentEditable
Sets whether the contents of the object are editable.
dateTime
Sets the timestamp when a deletion or insertion was made.
dir
Sets the text direction as related to the lang attribute.
DISABLED
Sets the state of an object for user interaction.
HIDEFOCUS
Specifies whether a dotted rectangle (focus rectangle) is drawn around an object while it has focus.
id
Sets a unique identifier for the object.
lang
Specifies the language of the element.
language
Sets the scripting language for the current element. Use it only for the script element.
style
Sets an inline style associated with an element.
tabIndex
Specifies the tabbing order for keyboard navigation using the TAB key.
title
Specifies a tooltip for an element.
unSelectable
Sets whether the selection process can start in an element's content.

Example HTML code 1:

This example illustrates the use of the ruby element:
<ruby>
    Base Text within the ruby element
    <rt>Ruby Text within the rt element</rt>
</ruby>
Did you find this example helpful? yes no

Related pages:

External links:

User Contributed Comments

Post Content

Post Content