https://codepen.io/singh007/pen/pZPQQE I want my textarea to be in next line. After applying
it is not going below that line.
Need help while creating Survey form
Need help while creating Survey form
0
rahuls
#1
Tirjasdyn
#4
You to style your tags using CSS. Give them width at least, padding/margin so they start to fall in line. Or use Flexbox or grid to place things.
joops75
#9
If you want the textarea to appear below the comment label, you should use a div tag instead of a label tag.