'How to target text after input
I need to change text color in CSS. How do i target text Website like in this example:
<input type="checkbox" id="website" name="website" value="website">Website<br>
What is the proper way, to wrap it in something like <div> ?
Solution 1:[1]
Wrapping in the <label></label> does the trick.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Arnoldas Sirvydis |
