HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style media="screen and (min-height:500px)"> h1{ color:red; } p{ color:green; } </style> </head> <body> <h1>Fruit</h1> <p>I Like Banana</p> <p><strong>Note :</strong> Resize the output window using <strong>resizer</strong> between html editor and output window to see the changes.</p> </body> </html>
OUTPUT
×

Save as Private