Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 9 lesson 1

I have remove both opening and closing comment but still it shows-remove second /*
by

1 Answer

kshitijrana14
Try this one :

<!DOCTYPE html>
<html>
<head>
<title>CSS Shadow Introduction</title>
<style type="text/css">
h1{
text-shadow: 2px 3px 3px #ED639E;
}
</style>
</head>
<body>
<h1>Welcome to Studytonight<h1>
</body>
</html>

Login / Signup to Answer the Question.