2021.1

Table Of Contents
<input type="text" disabled>
</td>
<td>
<select disabled>
<option
value="string">String</option>
</select>
</td>
<td>
<input type="text" disabled>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<input class="remove-parameter" type="button"
value="Remove Selected" disabled>
<input class="add-parameter" type="button"
value="Add Parameter">
</div>
</fieldset>
<fieldset>
<legend>Progress &amp; Actions</legend>
<div>
<progress value="0" max="100"></progress>
</div>
<div>
<input id="cancel" type="button" value="Cancel"
disabled>
<input id="submit" type="submit"
value="Submit">
</div>
</fieldset>
</form>
</body>
</html>
markup.html
<!-- OL Connect REST API Cookbook - Working Examples [Markup HTML
Snippet] -->
<div id="input-name-type-value-pair-row">
Page 370