<!DOCTYPE html> <html> <head> <style> div::before{ content:"Tip: "; } </style> </head> <body> <div>You may add this text at the start of every div element.</div> </body> </html>
Run
×
Share