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

Level1 lesson 2

Answer
by

1 Answer

iamabhishek
Here is the answer:

<!DOCTYPE html>
<html>
<head>
<title>CSS Syntax</title>
<style>
p{color:blue}
</style>
</head>
<body>
<p>Welcome to Studytonight</p>
</body>
</html>

Login / Signup to Answer the Question.