What will be the color of the child p tag contents when the HTML5 snippet given below is rendered?
<p style = "color: green"> hello <p style = "color: red"> world </p> </p>
Options
- green
- red
- yellow
- black
What will be the color of the child p tag contents when the HTML5 snippet given below is rendered?
<p style = "color: green"> hello <p style = "color: red"> world </p> </p>