<!DOCTYPE html> <html> <head> <style> div[title="warning"] { background-color:rgba(255,0,0,0.5); padding:5px; width:200px; height:200px; } </style> </head> <body> <div title="warning">Here only warning message should be present to aware someone.</div> </body> </html>
Run
×
Share