Grammatical corrections (#29992)

Grammatical corrections for ease of reading.
This commit is contained in:
Blake Lambert
2018-12-12 19:19:03 -05:00
committed by Randell Dawson
parent a961b830af
commit 5c1935d121

View File

@ -17,7 +17,7 @@ And the HTML layout techniques help us put the needed information into the neede
### Techniques to Implement Layouts
#### HTML Tables
One the most basic tools to implement layouts in a webpage, these are provided by HTML. But as the layout gets complicated HTML tables quickly lose their ease, because of the increase in markup text.
One of the most basic tools to implement layouts in a webpage, these are provided by HTML. But as the layout gets complicated, HTML tables quickly lose their ease because of the increase in markup text.
<!-- Examples needed -->