Give the example of external CSS
Answers
Let's take an example of a style sheet file named "mystyle. css". Note: You should not use a space between the property value and the unit. For example: It should be margin-left:20px not margin-left:20 px.
...
External CSS
<head>
<link rel="stylesheet" type="text/css" href="mystyle. css">
</head>
Answer:
Let's take an example of a style sheet file named "mystyle. css". Note: You should not use a space between the property value and the unit. For example: It should be margin-left:20px not margin-left:20 px.
...
External CSS
<head>
<link rel="stylesheet" type="text/css" href="mystyle. css">
</headLet's take an example of a style sheet file named "mystyle. css". Note: You should not use a space between the property value and the unit. For example: It should be margin-left:20px not margin-left:20 px.
...
External CSS
<head>
<link rel="stylesheet" type="text/css" href="mystyle. css">
</head>