<!DOCTYPE html> <html> <head> <style> p+code{ font-family:fantasy; color:red; } </style> </head> <body> <p>This is a paragraph.</p> <code>This is the next immediate sibling to the p element.</code> </body> </html>
Run
×
Share