+ 2
<h2> and <h4> is not visible on the main website
help <h2> and <h4> is not visible on the main website. As you can see the <h2> and <h4> in the css has a white text color however in the output, the text color of <h2> and <h4> is set to black. Why is it like this and how can I fix this? https://code.sololearn.com/WzCJV6cF5ees/?ref=app
3 odpowiedzi
+ 4
I think it is because of incorrect class name at line 118. It should be contentarea and at line 126 and 135 there is an extra closing bracket.
+ 2
hey it worked! the <h3> and <h4> tags are visible already. Thank you so much Padala Vamsi!
+ 1
wait let me check it