how to give css link to HTML code? -
my code
<html> <head> <title></title> <link rel="style" href="style.css"> <script language="javascript" src="js/commoncharfunction.js"> </script> </head> <body> code </body> </html> but code not working.i have include style html form how include inline css
if want add together css inline, can seek style tag within head tag: http://www.w3schools.com/tags/tag_style.asp
html css
No comments:
Post a Comment