Vidyalelo
JavaScript · Q42

Document Object Model And Event Handling

Programming · JavaScript · question 42

Q42

The paragraph “p” is a part of

A.
h1
B.
body
C.
html
D.
Both body and html
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The paragraph tag belongs to both html and body tags.