HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <link rel="stylesheet" type="text/css" href="/main.css"> </head> <body> <h1>CSS @import Rule</h1> <p>This is a paragraph.</p> <p><strong>Note</strong>: The following are the files used in this example</p> <ul> <li><a href="/main.css" target="_blank">main.css</a>- main stylesheet</li> <li><a href="/style1.css" target="_blank">style1.css</a>- first imported stylesheet</li> <li><a href="/style2.css" target="_blank">style2.css</a>- second imported stylesheet</li> </ul> </body> </html>
OUTPUT
×

Save as Private