HTML and CSS Reference
In-Depth Information
17. Use the value attribute to specify the text displayed on the
button:
<tr>
<td></td>
<td>
<input type=”submit” value="Send me info" >
</td>
</tr>
</table>
18. Save the page and view it in the browser.
It should look like this:
19. Remove the border from the table and align the text in the left-
hand cells to the right.
< td><p align=”right” >Name:</td>
20. Make the left-hand cell in the first row 5% wide, and the right-
hand cell in the first row 45% wide.
Search WWH ::




Custom Search