Forms

<input type="text" placeholder="Text input">
<select>
  <option>A first not real article title</option>
  <option>A second article, also not real</option>
  <option>A third longer article for you</option>
</select>
<textarea>This is a textarea</textarea>
<input type="checkbox">
<input type="radio">