html file does not link to an external css file but when I write inline styling it works
تبليغيرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<meta name=”copyright” content=”Clint’s name”>
<meta name=”author” content=”Eyad Mohamed”>
<meta name=”description” content=”Website description”>
<title>Clint’s name</title>
<link rel=”stylesheet” href=”Testing.css”>
</head>
<body>
<div>
<img src=”D:my every thingProjectsProjectsProgramming.code-workspaceElephant Logo.png”>
</div>
</body>
</html>
I want to link an external css file but it not making any change even when I resize the image and center it but when I write inline style attribute it works so I don’t know what is happening
أضف إجابة