diff --git a/_posts/2015-03-05-html-tables.md b/_posts/2015-03-05-html-tables.md index 706e3cd..4a08e22 100644 --- a/_posts/2015-03-05-html-tables.md +++ b/_posts/2015-03-05-html-tables.md @@ -19,7 +19,7 @@ Building a table in HTML requires a **specific structure**: This **hierarchy** is required, and all 3 elements are necessary to build a table. -When writing the code, you need to define your table cells from left to right, and _then_ from to bottom. +When writing the code, you need to define your table cells from left to right, and _then_ from top to bottom. {% highlight html %}