Prev Demo
Internal Stylesheet
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <style> p{ color:green } i{ background-color:pink } </style> </head> <body> <h2 style="color:black">Internal stylesheet</h2> <i>TechFunda</i> <p>DotNetfunda</p> </body> </body> </html>
Note: We DO NOT save your trial code in our database.
Output