HTML and CSS Reference
In-Depth Information
Figure 3-18. Adding an vertical range control
Adding a Progress Bar
Next, you'll add a progress bar by inserting a progress tag in the form. Add the following code in bold after the
submit button:
<p>
<input type="submit" value="Submit" />
</p>
<div>
<progress id="FormProgress" value="60" max="100">
<strong>Progress: 60%</strong>
</progress>
</div>
</fieldset>
 
Search WWH ::




Custom Search