This may seem foolish.. I want to give style to a p
tag which is after a certain div
(the div
is not the parent of the p
tag).For example
<div>Hai</div>
<p>Hello</p>
<p>How are you?</p>
Here I want to give style to the p
tags. I cant put these p
tag in another div
.I want to give all the p
tags followed by the div
same style.And also I cant give the style to p
tag universally as it will affect other pages. Can anyone help? Hope I am clear with my question...