Posts by LPV • 35 points
3 posts
-
1
votes1
answer46
viewsQ: Initialize variable
I’m doing an event exercise that consists of typing a name into the input that will be printed below by pressing "send". It is then possible to apply new styles to this text, such as color,…
-
1
votes1
answer46
viewsQ: Repeat of select
I am creating a form and in the source field, the user must choose one of the 5 available destinations. When it selects, the target field should open another 4 options with the available…
javascriptasked LPV 35 -
1
votes1
answer35
viewsQ: Difference between selector.class and . selector class
Hello, everyone. I’m a beginner in programming and I have a question in CSS. In a code where I want all H5 who have the class . special be red, there is some difference between H5.special and .…