Wednesday, 9 November 2011

Embed style sheet with the element

Embed style sheet with the <style></style> element

Code for embedding CSS with HTML page
<link href="csslink.css" rel="stylesheet" type="text/css"/>

Put this code between <head><head> Tag


Example :



No comments:

Post a Comment