-md`This is a range input ${bind(html`<input type=range style="width:80px;">`, viewof apples)} with the value ${apples}.+md`This is a range input ${bind(html`<input type=range style="width:80px;">`, viewof apples)} with the value ${bindText(html`${viewof apples.value}`, viewof apples)}.This is a number input ${bind(html`<input type=number style="width:80px;">`, viewof apples)}.`