How to show / hide multiple elements at the same time with javascript

前端 未结 5 474
名媛妹妹
名媛妹妹 2021-01-22 01:11

So, I have this between my head tags



        
5条回答
  •  渐次进展
    2021-01-22 02:02

    "visible" is not a valid value for "display". You're after "inline" or "block".

    "visible" and "hidden" are valid values for the "visibility" CSS property.

提交回复
热议问题