<!DOCTYPE html> <html> <head> <style> p[class*="sign"] { font-size:25px; font-family:papyrus; } </style> </head> <body> <p class="design it">This paragraph is designed based on the string that is present in the value.</p> </body> </html>
Run
×
Share