1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3 <style type=
"text/css">
4 td
{width: 100px; text-align:center
}
5 caption
{border:solid
4px green
}
12 <!--A rectangle with a green border and black ahem text inside should be placed 70px below the orange rectangle. It should be narrower than the orange rectangle.-->
13 <table style=
"border-collapse:collapse; font: 12px Ahem;"><caption style=
"position:fixed; top:100px;">xxxx
</caption>
14 <tbody><tr><td style=
"border:solid 4px orange; height:30px"></td></tr>