⦁ It is written in a separate .css file and linked to the html using link tag.
⦁ It is used when the same style applied to multiple pages.
EX:
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
</html>
⦁ It is written in a separate .css file and linked to the html using link tag.
⦁ It is used when the same style applied to multiple pages.
EX:
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
</html>
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)