<!DOCTYPE html> <html> <head> <style> p{ font-family:papyrus; background-color:red; } code{ font-family:papyrus; background-color:red; } kbd{ font-family:papyrus; background-color:red; } </style> </head> <body> <p>p tag is being designed by the type name selector 'p'.</p> <code>code tag is being designed by the type name selector 'code'.</code> <kbd>kbd tag is being designed by the type name selector 'kbd'.</kbd> </body> </html>
Run
×
Share