Online Html Editor | Online Html Compiler

<!DOCTYPE html> <html> <head> <style> ruby { font-size: 30px; font-style: italic; color: red; } </style> </head> <body> <h1>tutorialspoint</h1> <h2>Example of ruby Tag</h2> <!-- here, using ruby tag --> <ruby>TP <rt>tutorialspoint </rt> EL <rt> Easy to learn </rt> </ruby> </body> </html>