How would I add buttons / sliders / form items within HTML code?
Example, let's say I have a <h2> tag up top which poses a question to the user, then I want to add a slider or form item below that question. Then below that slider or form item a button to submit the users answer.
How would I add that <h2> tag and then add the UI Touch items below?