From 88bc6fdc5ce97d3900395a87d1b758d21f115fec Mon Sep 17 00:00:00 2001 From: Mohamed Oun Date: Tue, 17 Oct 2017 09:54:19 +0200 Subject: [PATCH] Fix typo in html.md (#54) * Fix typo in html.md * Update html.md --- front-end/html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/html.md b/front-end/html.md index 16bd16c1..97034e16 100644 --- a/front-end/html.md +++ b/front-end/html.md @@ -1,7 +1,7 @@ HTML == -HTML (Hypertext Markup Language) is the structure that all websites are built on. Anyone working on websites and webapps should have a basic understanding of HTML at the very least. A helpfull analogy for understanding the importance of HTML is the house scenario. When building a new house, the process can be split into a few key areas; strucute (HTML), aesthetics (CSS) and furniture (Content). The HTML is your basic page structure, without the structure, you cannot change how it looks using CSS, or what content is on the page. +HTML (Hypertext Markup Language) is the structure that all websites are built on. Anyone working on websites and webapps should have a basic understanding of HTML at the very least. A helpful analogy for understanding the importance of HTML is the house scenario. When building a new house, the process can be split into a few key areas; structure (HTML), aesthetics (CSS) and furniture (Content). The HTML is your basic page structure, without the structure, you cannot change how it looks using CSS, or what content is on the page. ## Glossary