Use a text editor to open your catalog page. Refer to the examples in the textbook and update the table to add new first and
Use a text editor to open your catalog page. Refer to the examples in the textbook and update the table to add new first and last columns. Put a unit price in the last column and a radio button in the first column. Because XHTML organizes tables by rows, you will have to add new
or
tags to each table row.
For the radio buttons, you may first add empty column tags to all of the rows, then create and test content for just the first row, then add content to the remaining rows last. This approach can reduce the amount of rework. The radio button is a type of . Use the same name attribute on all of the buttons to show their connection. Assign something different to the value attribute of each button. Verify that you can select only one radio button at a time and validate the XHTML before you continue.
Embed the table in an XHTML form. To do so, add a
tags. Inside the form, add a text box (another type of field) and a corresponding