Checkboxes

Checkboxes The input type="checkbox" defines a checkbox: I have a bike I have a car I have a boat <!DOCTYPE html> <html> <body> <h2>Checkboxes</h2> <p>The <strong>input type="checkbox"</strong> defines a checkbox:</p>…

Continue ReadingCheckboxes

Radio Buttons

Radio Buttons Choose your favorite Web language:     HTML     CSS     JavaScript <!DOCTYPE html> <html> <body> <h2>Radio Buttons</h2> <p>Choose your favorite Web language:</p> <form>   <input…

Continue ReadingRadio Buttons