You are given this HTML: Section TitleThis paragraph comes…
You are given this HTML: Section TitleThis paragraph comes right after the heading.This is another paragraph below it. This paragraph is inside a div. Write CSS rules that: Turn only the paragraph immediately following an to bold and dark red (3pts = 1pt for selector, 2pts for features). Turn all other paragraphs that come after the (but are not inside the ) to gray and italic (3pts = 1pt for selector, 2pts for features). Make sure the paragraph inside the is not affected by these rules (1pt).