From d8b42a661173c9408722dd854c3fda4af5b3ae30 Mon Sep 17 00:00:00 2001 From: Mohamed Oun Date: Tue, 17 Oct 2017 09:42:22 +0200 Subject: [PATCH] Fix typo in 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..5aa89e44 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 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; 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