Computer Science, asked by ishitahalder245, 2 months ago

Give the example of external CSS​

Answers

Answered by rajyadav2659
1

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>

Answered by santanath77
0

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>

Similar questions