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 :
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