I am writing in HTML and my title for a radio buttons section on my page isn't appearing. Also I can't seem to organize the radio buttons vertically, nor am I able to get my spacing right with a section above my radio button section. Here is a link to my Codepen where I am writing my code,
https://codepen.io/DevinCassidy/pen/xeZpxx
<div>
<br>
<h2 for="radio-buttons"> What type of Deejaying do you prefer?</h2>
</div>
<div>
<input type="radio" id="analog deejaying" name="drone" value="analog deejaying">
<label for="analog deejaying">Analog Deejaying</label>
</div>
<div>
<input type="radio" id="digital deejaying" name="drone" value="digital deejaying">
<label for="digital deejaying">Digital Deejaying</label>
</div>
\\\
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…