<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="files/test.css" /> </head> <body> <p>The style sheet given above gives style to the div element</p> <p>Here "rel" attribute stands for "relation". And the attribute of rel is a stylesheet of css.</p> <div class="style"><p> This is block of content and the style sheet test.css designs the this block.</p></div> </body> </html>
Run
×
Share