Forms
<label for="input">Label:</label> <input type="text" id="input" placeholder="Enter text"> <label for="textarea">Message:</label> <textarea id="textarea" rows="4"></textarea> <label for="select">Select:</label> <select id="select"> <option>Option 1</option> </select>