# How to add single options in the content

**URL:** https://meta.discourse.org/t/how-to-add-single-options-in-the-content/154260
**Category:** Support
**Created:** [June 9, 2020, 3:51am UTC](https://meta.discourse.org/t/how-to-add-single-options-in-the-content/154260 "2020-06-09T03:51:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sharkdeng](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sharkdeng/32/184854_2.png) [@sharkdeng](https://meta.discourse.org/u/sharkdeng)
#### Post date: [June 9, 2020, 3:51am UTC](https://meta.discourse.org/t/how-to-add-single-options-in-the-content/154260/1 "2020-06-09T03:51:21Z")

</div>

Hello, I wonder how to add HTML such as the follwing code in the post content. Thank you!!!

```plaintext
<label for="cars">Choose a car:</label>

<select name="cars" id="cars">
  <option value="volvo">Volvo</option>
  <option value="saab">Saab</option>
  <option value="mercedes">Mercedes</option>
  <option value="audi">Audi</option>
</select>

```

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [June 9, 2020, 3:55am UTC](https://meta.discourse.org/t/how-to-add-single-options-in-the-content/154260/2 "2020-06-09T03:55:46Z")

</div>

Why not choose the gear icon in the editor and insert a poll? This looks like a poll to me?

---

<div class="post-metadata">

### Author: ![sharkdeng](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sharkdeng/32/184854_2.png) [@sharkdeng](https://meta.discourse.org/u/sharkdeng)
#### Post date: [June 9, 2020, 4:57am UTC](https://meta.discourse.org/t/how-to-add-single-options-in-the-content/154260/3 "2020-06-09T04:57:19Z")

</div>

Thanks, it works as charm. [https://edu3d.co/t/select-missing-words-00001/156](https://edu3d.co/t/select-missing-words-00001/156)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [July 9, 2020, 5:04am UTC](https://meta.discourse.org/t/how-to-add-single-options-in-the-content/154260/4 "2020-07-09T05:04:04Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
