Horje

How to set Default CSS Settings on HTML <rt> Tag

Most browsers will display the <rt> element with the following default values.
index.html
Example: HTML
<style>
rt {
  line-height: normal;
}
</style>

Output should be:

How to set Default CSS Settings on HTML <rt> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin