HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> h1+p{ font-family: blabla, cursive; } </style> </head> <body> <h1>CSS font-family Property</h1> <p>This is blabla, cursive.</p> <p><strong>Note</strong>: If the browser does not support the first font, it tries the next font.</p> <p>'blabla' used in the font-family is just a text.</p> </body> </html>
OUTPUT
×

Save as Private