<!DOCTYPE html> <html> <head> <link href="files/test.css" rel="stylesheet" > </head> <body> <div class="style"> The css style sheet styles the div element using class attribute. href attribute contains the address of the CSS style sheet. </div> </body> </html>
Run
×
Share