TABLES and ROWS, TABLES and ROWS
I am familiar with using tables and rows in HTML, but I wasn't sure how to do that in XML.
It turns out, the code is the same. In frame 102 (remember to hit "ok" when the audio error appears, select my name "lisa", and then select frame # 102 to view), the user will need to answer the question in a specific order. In order to achieve this, the code needed to look like this:
<table>
<tr><td>this is where information would go </td><td> this is where information would go</td></tr>
<tr><td>this is where information would go </td><td> this is where information would go</td></tr>
<tr><td> this is where information would go</td><td>this is where information would go </td></tr>
</table>
An awesome tip: copy and paste generic code (like a table row/data code) into your notes somewhere on your computer. Why? So that you can copy and paste it into your text editor. It comes in handy when you are using the same tags over and over again throughout your document.
Follow me as I learn to build my website bit by bit! IronTreeDev.com
Photo by Wladislav Glad on Unsplash
Comments
Post a Comment