From e6ed96d6fd64b5a7a5ff87b0b743ca6c12d823a4 Mon Sep 17 00:00:00 2001 From: earthfront Date: Thu, 4 Aug 2016 17:34:53 -0500 Subject: [PATCH 1/8] Fix Typo --- _posts/2015-03-05-html-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} From 047c03df990654cb54b0108f1bc816e9de628c09 Mon Sep 17 00:00:00 2001 From: earthfront Date: Thu, 4 Aug 2016 18:06:41 -0500 Subject: [PATCH 2/8] Fixed typo --- _posts/2015-03-07-html-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``, `