If we want to apply code of css we made on different page to Another then we have to use link rel
<link rel="stylesheet" type="text/css" href="page_css.css">
It Means We are applying css which we have made on page.css page.
<link rel="stylesheet" type="text/css" href="page_css.css">
It Means We are applying css which we have made on page.css page.
0 comments: