HTML Q Tag


HTML Tag

HTML quotes are used to put a short quotation on your website. To do this, we have to use HTML Tag and HTML

Tag as given below.




    
    HTML q tag



This is HTML q Tag Example

This is HTML Tutorials .
HTML Full Form is HyperText Markup Language.

Output:-

This is HTML Tutorials .
HTML Full Form is HyperText Markup Language.

HTML Rp Tag

HTML Tag

If the browser does not support the display of Ruby annotations, the HTML Tag is used to provide fall back parentheses for the content to be shown in the browser.

Ruby annotations are used to display certain characters in many Asian languages ​​using the Tag.

The Tag must enclose the Tag with parentheses that contains the text of the annotation.

Example:-




    
    HTML rp tag



This is HTML rp Tag Example

(Kan)(ji)

Output:-tag is used to provide fall back parentheses for the content to be shown in the browser.

(Kan)(ji)

The Tag is new in HTML5.

HTML Rt Tag

HTML Tag

The HTML Tag provides translation, pronunciation, or transliteration information for East Asian characters present in Ruby language annotations.

Tag must be enclosed within >and Tag.

The Tag is new in HTML5.

Example:-




    
    HTML rt tag



This is HTML rt Tag Example

大哥Big Brother

Output:-

大哥Big Brother

HTML Ruby Tag

HTML Tag

The HTML Tag is used to represent Ruby annotations on a web page. Ruby annotations are useful if we want to show the pronunciation of East Asian characters such as Chinese and Japanese Chinese.

The Tag is enclosed in one or more elements that give an accent to Ruby annotations and are displayed above the annotation characters. It may also contain an Tag (optional) element that is used as a fall-back parenthesis for browsers that do not support Ruby annotations.

The HTML Tag can also be used to denote short annotations that are relevant to the main content in addition to the East Asian language.

The Tag is new in HTML5.

(optional) element that is used as a fall-back parenthesis for browsers that do not support Ruby annotations.Example:-




    
    HTML ruby tag



This is HTML ruby Tag Example

大哥Big Brother

Noraml Annotaion Representation of Expiry date

2022(Year) 12( Month) 06(Date)

Output:-

大哥Big Brother

Noraml Annotaion Representation of Expiry date

2022(Year) 12( Month) 06(Date)

(optional) elements.


Leave a Comment