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 %} diff --git a/_posts/2015-03-07-html-forms.md b/_posts/2015-03-07-html-forms.md index 7b6f952..b2091c7 100644 --- a/_posts/2015-03-07-html-forms.md +++ b/_posts/2015-03-07-html-forms.md @@ -45,7 +45,7 @@ These controls use different HTML **tags**, but most of them use the `` t ### The Form element -The `` is a block-level element thats defines an **interactive** part of a webpage. As a result, all form controls (like ``, `