forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.desc.html
More file actions
17 lines (15 loc) · 756 Bytes
/
form.desc.html
File metadata and controls
17 lines (15 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'>
<html lang=en>
<title>Description of the image</title>
<link rel=alternate type="image/png" href="form.png">
<p>The image shows a rectangle, about twice as wide as high, with a
thin border around it. If you imagine the rectangle to be divided
into three rows and two columns, then the six cells contain:
<ul>
<li>Top left: the left-aligned text “Enter minimum value:”
<li>Top right: an empty box for text entry
<li>Middle left: the left-aligned text “Enter maximum value:”
<li>Middle right: an empty box for text entry
<li>Bottom left: a right-aligned button with the label “OK”
<li>Bottom right: a right-aligned button with the label “Reset”
</ul>