define style in page code example
Example 1: add stylesheet html
<link rel="stylesheet" type="text/css" href="style.css">
Example 2: how to style body using css
body {
/*type your styling here*/
}
<link rel="stylesheet" type="text/css" href="style.css">
body {
/*type your styling here*/
}