In your HTML page, you need to have style.css imported, which will help you to format your page properly, like
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css" />
</head>
This tells the browser to look for the style sheet for the web pages.
Generally the style sheet starts with some basic format definitions of the page,like h1, h2, h3, p and a etc.
No comments:
Post a Comment