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

Html level 3, lesson 2,, stuck for days

Add style to the paragraph tag
<p><style = "property:value"</style></p>
by

4 Answers

Victorc1ojr
<P style=property:value"> </p>
iamabhishek
You have to fill in actual values in place of 'property' and 'value'
kshitijrana14
Try this one :

<!doctype html><html>
<head>
<title>My Webpage Title</title>
</head>
<body>
<p style="property:value">Welcome Human!</p>

</body>
</html>
mittapalli
give something real value like
<p style="color:red"></p>

Login / Signup to Answer the Question.