TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

HTML rt tag

HTML rt tag with examples, html5, forms, input, text, anchor, image, heading, marquee, textarea, paragraph, title, quotes, code etc.

<< Back to HTML

HTML <rt> tag

HTML <rt> tag provides translation, pronunciations, or transliteration information for the east Asian characters present in ruby language annotation.

The <rt> tag must be enclosed within <ruby> and <rp> (optional) element.

The <rt> tag is new in HTML5.

Syntax

     <rt>........ </rt>

Following are some specifications about the HTML <rt> tag

Display Inline
Start tag/End tag Both Start and End tag
Usage Formatting

Example

<!DOCTYPE html>
<html>
<head>
	<title>HTML rt tag</title>
	<style>
	body{
		text-align: center;
	}
		rt{ font-size: 10px;
			color: green;
		}
	</style>
</head>
<body>
<h1>Example of rt tag</h1>
<ruby>
	 大哥<rt>Big Brother</rt>
</ruby>
</body>
</html>
Test it Now

Output:

HTML rt tag

Attribute:

Tag-specific attributes:

The <rt> tag does not contain any specific attribute.

Global attribute:

The <rt> tag supports the global attributes in HTML

Event attribute:

The <rt> tag supports the event attributes in HTML.

Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<rt>YesYesYesYesYes
Next TopicHTML ruby Tag




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf