There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
Agree with a comment or answer? Like () to up-vote the contribution!
if the table contains input elements, then yes, depending on your back-end language you might need to give the input elements a name with value of array, for example:
For this exercise I was intrigued as to how to make the menu bar look the way it does. It looks different to the simple text menu in the last tutorial. Is that done using css?
Yes, the menu bar is made with CSS. If you haven’t learned that already, CSS is the way most developers use to style their webpages. Once you get to the Learn CSS course, you’ll learn how to develop nice-looking menu bars as well.
So on this exercise of Introduction to Tables, it is very important that the Cheatsheet is looked at and understood before proceeding further.
I looked at the Cheatsheet and modified the table.
I changed the elements to elements from the first column except the first row which the table header.
There was no change in the look of the table.
However, if we want to do certain calculation with the data of the table, then we would not be able to do that with the column that is having string data.
So it is important to use the correct table elements.
The href is linking to the CSS so as to provide the look of the Table. You would learn more about it when you start CSS. Do not worry. For now, I would advise you to understand what the different Table elements do and proceed.
I noticed a redundancy in the description of this exercise. It says “This data is naturally tabular in nature,”. It should use either “This data is naturally tabular” or “This data is tabular in nature”.