I ran into a problem with my html/css form.
I have radio buttons and checkboxes in my form. I want them to display like this:
It works in Codepen.io when I edit them, but as soon as I click somewhere or open de preview in a new window, it looks like this:
I used display: block; and float...
Sorry, I am trying to not give a load of info and hoped this would be enough. 😅
<form id="survey-form" action="URL">
<div class="form-group">
<label id="name-label" for="name"> <p>Name</p> </label>
<input type="text" id="name"
placeholder="Enter your first and...
Hi all,
I am new to coding (apart from some html/css stuff I tried when I was 16 or 17) and I've set my mind on making a carreer switch to IT. What direction exactly I'm still unsure about, because Software Developer, Full Stack Engineer and Data engineer all sound very interesting to me.
I...
Hi all,
I am new to HTML & CSS and started to do the freeCodeCamp course. On my challenge to create a form I get these text input fields that extend around my form. I can't figure out why. I expected it to look like the dropdown menu, but I don't know why there is a difference.
This is what...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.