mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 13:13:54 +08:00

committed by
Yangshun Tay

parent
040b7e3dbc
commit
88bc6fdc5c
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user