You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this challenge, we provide you with some data on the planets in our solar system. Your job is to structure it into an accessible HTML table.
11
+
In this challenge, we provide data on the planets in our solar system. Your job is to structure it into an accessible HTML table.
12
12
13
13
## Starting point
14
14
@@ -123,9 +123,9 @@ In this challenge, we provide you with some data on the planets in our solar sys
123
123
124
124
## Project brief
125
125
126
-
You are working at a school; currently your students are studying the planets of our solar system, and you want to provide them with an easy-to-follow set of data to look up facts and figures about the planets. An HTML data table would be ideal — you need to take the raw data you have available and turn it into a table, following the steps below.
126
+
You are working at a school; currently, your students are studying the planets of our solar system, and you want to provide them with an easy-to-follow set of data to look up facts and figures about the planets. An HTML data table would be ideal — you need to take the raw data you have available and turn it into a table, following the steps below.
127
127
128
-
All the data you need is contained in the data listing provided above. If you have trouble visualizing the data, look at the live example below, or try drawing a diagram.
128
+
All the data you need is contained in the data listing provided above. If you have trouble visualizing the data, take a look at the live example below, or try drawing a diagram.
129
129
130
130
1. Start the table off by giving it an outer container, a table header, and a table body. You don't need a table footer for this example.
131
131
2. Add the provided caption to your table.
@@ -143,7 +143,7 @@ All the data you need is contained in the data listing provided above. If you ha
143
143
144
144
## Example
145
145
146
-
The table should look like the following after being marked up correctly. If you are getting stuck on how to achieve some of this, see the solution below the live example.
146
+
The table should look like the following after being marked up correctly. If you get stuck, check out the solution below the live example.
0 commit comments